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:
Toan Nguyen
2016-01-25 10:21:49 -05:00
committed by John Garbutt
parent 9cc414a29a
commit 32b510aaa0
4 changed files with 12 additions and 39 deletions
-1
View File
@@ -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