5 Commits

Author SHA1 Message Date
Kyle L. Henderson
a339ce2faf Update nova vnc config options location
The nova vnc configuration options have moved from nova.vnc to
nova.conf.vnc.

Change-Id: I25f2ff5fc6e6c367ac4ccdc20bbc1afdb28d5631
2016-02-05 19:10:01 -06:00
Jenkins
06f5549812 Merge "Enable oslo-config-generator to generate a sample" 2016-01-19 19:46:25 +00:00
Kyle L. Henderson
537514c744 Enable oslo-config-generator to generate a sample
A sample nova_powervm configuration file can be generated with
the oslo tooling via:

oslo-config-generator --namespace nova_powervm > sample.conf

The output file will contain all the nova_powervm configuration
options.  The file can be edited and then copy-n-pasted into the
full nova.conf file.

Change-Id: Iacc3a3ec9e7b00275ba192b5b9b07e346da6fbbf
2016-01-19 07:01:45 -06:00
Kyle L. Henderson
971d17afca Better config option validation and testing
Added bounds checking to integer options and choice values for
string options where certain keywords are expected.  Also added
code to ignore case differences for expected keywords.

Change-Id: I7adb4ce8f1f1c2359b210296aaa52e1f0a80417e
2016-01-15 16:09:13 -06:00
Kyle L. Henderson
d91c8eedff Centralize config options for PowerVM
The Nova blueprint centralize-config-options aims to gather the many
config options into a central location to make them more widely
known and to provide better documentation.  This PowerVM change
implements the spirit of that blueprint and mimics the implementation.

blueprint centralize-config-options

Change-Id: Ia1e5901b27256754c807bb956b98ca2e66b1f312
2016-01-14 09:08:40 -06:00