centralized conf: nova/network/rpcapi.py
Moving the config options, used in nova/network/rpcapi.py for nova network, to the new central location "nova/conf/network.py". Implements: blueprint centralize-config-options-newton Change-Id: I62f019632e72359711430ad2f017911337f2e30b
This commit is contained in:
committed by
John Garbutt
parent
9cc414a29a
commit
32b510aaa0
@@ -31,7 +31,6 @@ oslo.config.opts =
|
||||
nova.api = nova.api.opts:list_opts
|
||||
nova.cells = nova.cells.opts:list_opts
|
||||
nova.compute = nova.compute.opts:list_opts
|
||||
nova.network = nova.network.opts:list_opts
|
||||
nova.network.neutronv2 = nova.network.neutronv2.api:list_opts
|
||||
nova.virt = nova.virt.opts:list_opts
|
||||
nova.cache_utils = nova.cache_utils:list_opts
|
||||
|
||||
Reference in New Issue
Block a user