neutron-dynamic-routing/etc
Dr. Jens Harbott 13ffdf43e3 Add oslo.log to config generator
The generated configuration example file was showing an empty [DEFAULT]
section, which is confusing. Add the oslo.log namespace since it is
actually used for configuration of the logging output.

Change-Id: I452cd33ebb5ff8e4bbc6acd00104653769b4003c
2022-12-28 06:21:13 +00:00
..
oslo-config-generator Add oslo.log to config generator 2022-12-28 06:21:13 +00:00
oslo-policy-generator Convert policy.json into policy-in-code 2018-12-18 21:28:51 +00:00
README.txt doc: Add policy reference 2019-02-14 09:13:52 +00:00

README.txt

To generate the sample neutron-dynamic-routing configuration files and the
sample policy file, run the following commands respectively from the top level
of the neutron-dynamic-routing directory:

  tox -e genconfig
  tox -e genpolicy

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

  ./tools/generate_config_file_samples.sh
  oslopolicy-sample-generator --config-file=etc/oslo-policy-generator/policy.conf