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
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
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