Revision 343dcda8

b/lib/constants.py
386 386
RIE_CONNECT_RETRIES = _constants.RIE_CONNECT_RETRIES
387 387
CHILD_LINGER_TIMEOUT = _constants.CHILD_LINGER_TIMEOUT
388 388

  
389
# import/export config options
390
INISECT_EXP = "export"
391
INISECT_INS = "instance"
392
INISECT_HYP = "hypervisor"
393
INISECT_BEP = "backend"
394
INISECT_OSP = "os"
389
INISECT_EXP = _constants.INISECT_EXP
390
INISECT_INS = _constants.INISECT_INS
391
INISECT_HYP = _constants.INISECT_HYP
392
INISECT_BEP = _constants.INISECT_BEP
393
INISECT_OSP = _constants.INISECT_OSP
395 394

  
396 395
# dynamic device modification
397 396
DDM_ADD = _constants.DDM_ADD
b/src/Ganeti/HsConstants.hs
990 990
childLingerTimeout :: Double
991 991
childLingerTimeout = 5.0
992 992

  
993
-- * Import/export config options
994

  
995
inisectBep :: String
996
inisectBep = "backend"
997

  
998
inisectExp :: String
999
inisectExp = "export"
1000

  
1001
inisectHyp :: String
1002
inisectHyp = "hypervisor"
1003

  
1004
inisectIns :: String
1005
inisectIns = "instance"
1006

  
1007
inisectOsp :: String
1008
inisectOsp = "os"
1009

  
993 1010
-- * Dynamic device modification
994 1011

  
995 1012
ddmAdd :: String

Also available in: Unified diff