2 Commits

Author SHA1 Message Date
Akihiro Motoki
af55934341 Remove unnecessary 'set -x' at EOL in genconfig script
tools/generate_config_file_samples.sh contains 'set -x'
at the end of line but it is unnecessary.

It was pointed out in the policy-in-code review
and I borrowed a script from this.

Change-Id: I2a0fd6051702693db340904fbe738d44ca4f15c0
2018-12-13 13:28:57 +00:00
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