neutron/releasenotes/notes/config-file-generation-2eafc6602d57178e.yaml
Martin Hickey 71190773e1 Automatically generate neutron core configuration files
This adds a new tox environment, genconfig, which generates sample
neutron core configuration file using oslo-config-generator.

Updates to some configuration option help messages to reflect useful
details that were missing in the code but were present in config files.

It also adds details to devref on how to update config files.

Partially-Implements: blueprint autogen-neutron-conf-file

DocImpact

Change-Id: I1c6dc4e7d479f1b7c755597caded24a0f018c712
Closes-bug: #1199963
Co-Authored-By: Louis Taylor <louis@kragniz.eu>
2015-11-27 15:22:59 +00:00

8 lines
277 B
YAML

---
prelude: >
Generation of sample Neutron core configuration files.
features:
- Neutron no longer includes static example configuration files. Instead,
use tools/generate_config_file_samples.sh to generate them. The files are
generated with a .sample extension.