Merge "Move config options from nova/cert directory"
This commit is contained in:
commit
10a5b142c1
@ -26,6 +26,7 @@ from oslo_config import cfg
|
||||
# from nova.conf import barbican
|
||||
# from nova.conf import base
|
||||
# from nova.conf import cells
|
||||
from nova.conf import cert
|
||||
# from nova.conf import cinder
|
||||
# from nova.conf import cloudpipe
|
||||
from nova.conf import compute
|
||||
@ -85,6 +86,7 @@ CONF = cfg.CONF
|
||||
# barbican.register_opts(CONF)
|
||||
# base.register_opts(CONF)
|
||||
# cells.register_opts(CONF)
|
||||
cert.register_opts(CONF)
|
||||
# cinder.register_opts(CONF)
|
||||
# cloudpipe.register_opts(CONF)
|
||||
compute.register_opts(CONF)
|
||||
|
Loading…
Reference in New Issue
Block a user