conf: remove deprecated cert_topic option
Change-Id: Iade8ed5b8697e715fbecadd62076c3560af2bba9 Implements: blueprint centralize-config-options-ocata
This commit is contained in:
parent
90403e6539
commit
2bd8925d02
@ -24,7 +24,6 @@ from nova.conf import availability_zone
|
|||||||
from nova.conf import base
|
from nova.conf import base
|
||||||
from nova.conf import cache
|
from nova.conf import cache
|
||||||
from nova.conf import cells
|
from nova.conf import cells
|
||||||
from nova.conf import cert
|
|
||||||
from nova.conf import cinder
|
from nova.conf import cinder
|
||||||
from nova.conf import cloudpipe
|
from nova.conf import cloudpipe
|
||||||
from nova.conf import compute
|
from nova.conf import compute
|
||||||
@ -81,7 +80,6 @@ availability_zone.register_opts(CONF)
|
|||||||
base.register_opts(CONF)
|
base.register_opts(CONF)
|
||||||
cache.register_opts(CONF)
|
cache.register_opts(CONF)
|
||||||
cells.register_opts(CONF)
|
cells.register_opts(CONF)
|
||||||
cert.register_opts(CONF)
|
|
||||||
cinder.register_opts(CONF)
|
cinder.register_opts(CONF)
|
||||||
cloudpipe.register_opts(CONF)
|
cloudpipe.register_opts(CONF)
|
||||||
compute.register_opts(CONF)
|
compute.register_opts(CONF)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user