Revision 052783ff lib/constants.py

b/lib/constants.py
101 101
CONFD_GROUP = _autoconf.CONFD_GROUP
102 102
NODED_USER = _autoconf.NODED_USER
103 103
NODED_GROUP = _autoconf.NODED_GROUP
104
SSH_LOGIN_USER = _autoconf.SSH_LOGIN_USER
105
SSH_CONSOLE_USER = _autoconf.SSH_CONSOLE_USER
104 106

  
105 107
# cpu pinning separators and constants
106 108
CPU_PINNING_SEP = ":"
......
551 553
IP6_FAMILY = socket.AF_INET6
552 554

  
553 555
TCP_PING_TIMEOUT = 10
554
GANETI_RUNAS = "root"
555 556
DEFAULT_VG = "xenvg"
556 557
DEFAULT_DRBD_HELPER = "/bin/true"
557 558
MIN_VG_SIZE = 20480

Also available in: Unified diff