e719861c00
This adds a new tox environment, genconfig, which generates sample neutron LBaaS configuration file using oslo-config-generator. DocImpact: Update the docs that LBaaS no longer includes static example configuration files. Instead, use tools/generate_config_file_samples.sh to generate them and the files generated now end with .sample extension. Partially-Implements: blueprint autogen-neutron-conf-file Change-Id: I25507f3bc6e995580aa91a912c2cf4110757df15 Partial-bug: #1199963
10 lines
317 B
Plaintext
10 lines
317 B
Plaintext
To generate the sample neutron LBaaS configuration files, run the following
|
|
command from the top level of the neutron LBaaS 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
|