ironic/tools
Lin Tan 773aa20a4a Make use of oslo-config-generator
oslo_config provide a utility for generating sample config files,
which provide more detail about opts, like Minimum/Maximum value
and Allowed values.
So drop Ironic's "generate_sample.sh" which was copied from
oslo-incubator long time ago.

Add a new entry point "ironic" under oslo.config.opts namespace to
explore config options to oslo-config-generator.

After this patch, new config options of Ironic code should register
with ironic/conf/opts.py. New external libraries should
register with tools/config/ironic-config-generator.conf

There is a bug #1554657 with oslo-config about deprecated_group.
This bug have impact of some configs from keystonemiddleware
and oslo.messaging in ironic.conf.sample
So currently, deprecated option should always add the deprecated_group
even it didn't alter the group, otherwise the deprecated group value will
be 'DEFAULT'.

Update etc/ironic/ironic.conf.sample via running 'tox -egenconfig'.

Closes-Bug: #1564195
Change-Id: If7721e98e69b6f54f1ee04a07477396b86583371
2016-05-25 11:59:13 +08:00
..
config Make use of oslo-config-generator 2016-05-25 11:59:13 +08:00
__init__.py Fix pep8 errors and make it pass Jenkins tests. 2013-05-16 18:40:38 -07:00
flake8wrap.sh tox: make it possible to run pep8 on current patch only 2016-01-05 09:55:48 +08:00
run_bashate.sh Add extensions to the scripts at devstack/tools/ironic/scripts 2015-12-21 11:55:56 +00:00
states_to_dot.py Merge "Show transitions initiated by API requests" 2016-02-09 10:45:14 +00:00
with_venv.sh Rename files and fix things. 2013-05-07 16:47:55 -07:00