cinder/tools
Kendall Nelson 63600a34fb Dynamically Pull Out Option Sections
Previously in the generation of the opts.py file, the option groups
were hard coded. Now, they are pulled out as the lines are parsed.
If a group doesn't already exist in the dictionary it gets added and
then the options are added to the section. If the group already exists,
the options are added to the proper section as you would expect, and if
the options being registered don't have a group, they are added to the
default section.

This patch also moves the check for a non-zero exit code from
oslo-config-generator to the right location in the file.  This
logic had been put too late in the file and was not catching
oslo-config-generator failures as it should have been.

Change-Id: I59c8067e8091d8bb212e3609f3a174ddc287707e
2015-12-05 05:23:13 -06:00
..
config Dynamically Pull Out Option Sections 2015-12-05 05:23:13 -06:00
bandit.yaml Add bandit for security static analysis testing 2015-07-25 21:37:31 -07:00
check_exec.py Detect addition of executable files 2015-08-31 12:19:51 -04:00
colorizer.py Don't use dict.iterkeys() 2015-05-25 22:20:28 +02:00
enable-pre-commit-hook.sh Initial fork out of Nova. 2012-05-03 10:48:26 -07:00
fast8.sh fast8: Skip git rm'd files 2015-11-19 16:15:40 -05:00
generate_driver_list.py Add drivers list generator 2015-07-21 18:04:29 +03:00
install_venv.py Remove vim header 2013-12-30 18:53:02 -06:00
install_venv_common.py Sync install_venv_common from oslo-incubator 2014-12-19 14:37:45 -06:00
lintstack.py Update create_volume API to use versionedobjects 2015-11-12 04:53:42 -08:00
lintstack.sh Add pylint-based lintstack test to tox environment 2013-05-10 07:22:05 -04:00
with_venv.sh Fix up the test framework 2013-06-14 14:02:17 +00:00