placement/nova/conf
Markus Zoeller 0d1616859a 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 config options: centralize section "serial_console" 2015-11-19 11:00:20 +01:00