Revision f12e1736 lib/constants.py

b/lib/constants.py
86 86

  
87 87
# user separation
88 88
DAEMONS_GROUP = _autoconf.DAEMONS_GROUP
89
ADMIN_GROUP = _autoconf.ADMIN_GROUP
89 90
MASTERD_USER = _autoconf.MASTERD_USER
91
MASTERD_GROUP = _autoconf.MASTERD_GROUP
90 92
RAPI_USER = _autoconf.RAPI_USER
93
RAPI_GROUP = _autoconf.RAPI_GROUP
94
CONFD_USER = _autoconf.CONFD_USER
95
CONFD_GROUP = _autoconf.CONFD_GROUP
96
NODED_USER = _autoconf.NODED_USER
91 97

  
92 98
# file paths
93 99
DATA_DIR = _autoconf.LOCALSTATEDIR + "/lib/ganeti"

Also available in: Unified diff