nova/nova/console
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 Improve hacking rule to avoid author markers 2014-05-05 14:35:20 +02:00
api.py Using Instance object instead of db call 2015-03-13 14:35:40 +02:00
fake.py Remove vi modelines 2014-02-03 14:19:44 +00:00
manager.py Use oslo.log 2015-02-22 07:56:40 -05:00
rpcapi.py Update rpc version aliases for liberty 2015-10-01 20:33:43 -04:00
serial.py config options: centralize section "serial_console" 2015-11-19 11:00:20 +01:00
type.py Add MKS console support 2015-07-25 15:01:44 +03:00
websocketproxy.py Merge "Add console allowed origins setting" 2015-08-10 12:24:37 +00:00
xvp.conf.template Port Cheetah templates to Jinja2 2013-09-02 16:03:34 +02:00
xvp.py Use min and max on IntOpt option types 2015-08-14 04:37:21 +00:00