Move config options from nova/network/manager.py

This patch moves the config options from the nova/network/manager.py
file into the nova/conf/network.py file.

Blueprint centralize-config-options-newton

Change-Id: I7a00e6516762ae3794a14358d609be6e174926eb
This commit is contained in:
EdLeafe 2016-02-15 17:43:20 +00:00 committed by John Garbutt
parent 7229e4b387
commit 90a9590df4

View File

@ -54,7 +54,7 @@ from nova.conf import ironic
# from nova.conf import matchmaker_redis
# from nova.conf import metadata
# from nova.conf import metrics
# from nova.conf import network
from nova.conf import network
# from nova.conf import neutron
# from nova.conf import notification
# from nova.conf import osapi_v21
@ -114,7 +114,7 @@ ironic.register_opts(CONF)
# matchmaker_redis.register_opts(CONF)
# metadata.register_opts(CONF)
# metrics.register_opts(CONF)
# network.register_opts(CONF)
network.register_opts(CONF)
# neutron.register_opts(CONF)
# notification.register_opts(CONF)
# osapi_v21.register_opts(CONF)