manila/releasenotes/notes/bug-1613303-fix-config-generator-18b9f9be40d7eee6.yaml
Thomas Bechtold 5c95e5cc10 Fix sample config generation for cinder, nova and neutron opts
While generating a sample config with "tox -egenconfig", some options
for the Nova, Cinder and Neutron client are not added to the [nova],
[cinder] and [neutron] section. I.e. "api_insecure" is not available for
all sections. Register the config options under the correct group while
generating the sample config.

Closes-Bug: #1613303
Change-Id: If54fd42f7a06c159bcb6df5f684dc1211a9b91e9
2016-08-16 08:45:16 -04:00

6 lines
235 B
YAML

---
fixes:
- Fixed the generation of options in the correct option groups. Using the
config generator (``tox -e genconfig``), [cinder], [nova] and [neutron]
options are now generated in the right groups instead of [default].