Lines Matching defs:cfg
41 from oslo.config import cfg
66 cfg.StrOpt('server',
68 cfg.StrOpt('username',
70 cfg.StrOpt('password',
75 cfg.StrOpt('port',
78 cfg.StrOpt('timeout',
81 cfg.StrOpt('deploy_interval',
84 cfg.StrOpt('derived_manifest',
87 cfg.StrOpt('ssh_key_file',
89 cfg.StrOpt('ssh_key_contents',
94 cfg.StrOpt('auth_strategy',
100 cfg.StrOpt('imagecache_dirname',
103 cfg.StrOpt('imagecache_lock_timeout',
110 CONF = cfg.CONF
111 OPT_GROUP = cfg.OptGroup(name='ai',
116 SOLARIS_IPMI_GROUP = cfg.OptGroup(