5c95e5cc10
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
6 lines
235 B
YAML
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].
|