nova/nova/cmd
Markus Zoeller c55edcf0e1 config options: centralize section "serial_console"
The config options of the "nova.conf" section "serial_console"
got moved to the new central location "nova/conf/serial_console.py".

The way the centralization is done establishes a directed non-cyclic
dependency:

    functional-module (e.g. virt.libvirt.driver.py)
        => nova.conf.__init__.py
            => section_module (e.g. nova.conf.serial_console.py)

Which makes me believe that the "import_opt" calls are not necessary to
ensure that the proper module gets imported under the cover. That's why
I removed these "import_opt" calls. bp centralize-config-options

A subsequent patch will then improve the help texts.

bp centralize-config-options

Change-Id: I597f427455e976892f60262cc823be3946c83e88
2015-11-19 11:00:20 +01:00
..
__init__.py move eventlet GREENDNS override to top level 2014-12-08 17:41:03 -05:00
all.py Use oslo.log 2015-02-22 07:56:40 -05:00
api.py Switch to oslo.reports 2015-07-23 00:36:01 +03:00
api_ec2.py Switch to oslo.reports 2015-07-23 00:36:01 +03:00
api_metadata.py Switch to oslo.reports 2015-07-23 00:36:01 +03:00
api_os_compute.py Switch to oslo.reports 2015-07-23 00:36:01 +03:00
baseproxy.py Switch to oslo.reports 2015-07-23 00:36:01 +03:00
cells.py Switch to oslo.reports 2015-07-23 00:36:01 +03:00
cert.py Switch to oslo.reports 2015-07-23 00:36:01 +03:00
compute.py Deprecate local conductor mode 2015-11-05 19:47:01 +00:00
conductor.py Switch to oslo.reports 2015-07-23 00:36:01 +03:00
console.py Switch to oslo.reports 2015-07-23 00:36:01 +03:00
consoleauth.py load consoleauth_topic option before using it 2015-10-08 12:52:54 +02:00
dhcpbridge.py Deprecate local conductor mode 2015-11-05 19:47:01 +00:00
idmapshift.py Fix the usage output of the nova-idmapshift command 2015-09-14 17:54:05 +00:00
manage.py Deprecate nova-manage service subcommand 2015-11-16 11:40:06 +01:00
network.py Deprecate local conductor mode 2015-11-05 19:47:01 +00:00
novnc.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
novncproxy.py Use min and max on IntOpt option types 2015-08-14 04:37:21 +00:00
objectstore.py Switch to oslo.reports 2015-07-23 00:36:01 +03:00
scheduler.py Switch to oslo.reports 2015-07-23 00:36:01 +03:00
serialproxy.py config options: centralize section "serial_console" 2015-11-19 11:00:20 +01:00
spicehtml5proxy.py Use min and max on IntOpt option types 2015-08-14 04:37:21 +00:00
xvpvncproxy.py Switch to oslo.reports 2015-07-23 00:36:01 +03:00