neutron/etc
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
..
neutron Freescale ML2 driver code complete decomposition. 2015-11-25 13:30:31 +05:30
oslo-config-generator Automatically generate neutron core configuration files 2015-11-27 15:22:59 +00:00
README.txt Automatically generate neutron core configuration files 2015-11-27 15:22:59 +00:00
api-paste.ini Drop use of 'oslo' namespace package 2015-04-28 22:08:39 +00:00
dhcp_agent.ini Merge "Remove deprecated use_namespaces option" 2015-11-19 14:45:43 +00:00
l3_agent.ini Deprecate l3-agent router_id option 2015-11-23 21:47:21 +01:00
metadata_agent.ini Removed neutronclient option from metadata agent 2015-10-07 18:27:07 +02:00
metering_agent.ini Remove deprecated use_namespaces option 2015-11-18 19:17:29 +01:00
neutron.conf Merge "Change instances of Openstack to OpenStack." 2015-11-26 01:43:14 +00:00
policy.json Fix Neutron flavor framework 2015-11-19 11:27:05 -08:00
rootwrap.conf Update rootwrap.conf to add /usr/local/sbin 2015-08-21 19:23:18 +01:00

README.txt

To generate the sample neutron configuration files, run the following
command from the top level of the neutron directory:

tox -e genconfig

If a 'tox' environment is unavailable, then you can run the following script
instead to generate the configuration files:

./tools/generate_config_file_samples.sh