Home
last modified time | relevance | path

Searched refs:_STORE_CFG_GROUP (Results 1 – 2 of 2) sorted by relevance

/dports/devel/py-glance-store/glance_store-2.7.0/glance_store/
H A Dmulti_backend.py80 _STORE_CFG_GROUP = 'glance_store' variable
89 sample_opts = [(_STORE_CFG_GROUP, _STORE_OPTS)]
125 LOG.debug("Registering options for group %s", _STORE_CFG_GROUP)
126 conf.register_opts(_STORE_OPTS, group=_STORE_CFG_GROUP)
H A Dbackend.py114 _STORE_CFG_GROUP = 'glance_store' variable
139 return ([(_STORE_CFG_GROUP, _STORE_OPTS)] +
140 [(_STORE_CFG_GROUP, driver_opts)])