config options: centralize baseproxy cli options

The cli options of baseproxy got moved from
"nova/cmd/novnc.py"
to the new central location
"nova/conf/novnc.py".

Change-Id: Ifec51d57865150b0cf8ed79f6f48fcc512c15824
Implements: blueprint centralize-config-options-newton
This commit is contained in:
Allen Gao 2016-04-02 13:35:29 +08:00 committed by Allen Gao
parent 4416d86527
commit c892a8cc8b

View File

@ -59,6 +59,7 @@ from nova.conf import mks
from nova.conf import network
# from nova.conf import neutron
# from nova.conf import notification
from nova.conf import novnc
# from nova.conf import osapi_v21
from nova.conf import pci
from nova.conf import rdp
@ -124,6 +125,7 @@ keymgr.register_opts(CONF)
network.register_opts(CONF)
# neutron.register_opts(CONF)
# notification.register_opts(CONF)
novnc.register_opts(CONF)
# osapi_v21.register_opts(CONF)
pci.register_opts(CONF)
rdp.register_opts(CONF)