neutron/etc
Takashi Kajinami c75df16e50 Add missing options to generated neutron.conf
This change adds missing oslo.config.opts endpoints to the config file
to generated neutron.conf, so that the following options are included
in the neutron.conf generated by the oslo-config-generator command.

1) Some options of the oslo.service library, related to periodic tasks
   and base service implementation

2) Options of the oslo.reports library

3) Options of the healthcheck middleware from oslo.middleware

Closes-Bug: #1940009
Change-Id: I9f4763efc02e5cacca3a00e9f101f83d3f3fb1e7
2021-08-16 17:46:01 +09:00
..
neutron Remove not needed rootwrap filters 2021-04-02 10:49:07 +00:00
oslo-config-generator Add missing options to generated neutron.conf 2021-08-16 17:46:01 +09:00
oslo-policy-generator Convert policy.json into policy-in-code 2018-12-13 20:37:53 +00:00
README.policy.yaml.txt Rename README.policy.json.txt 2019-01-07 12:45:15 -05:00
README.txt Automatically generate neutron core configuration files 2015-11-27 15:22:59 +00:00
api-paste.ini Add fake_project_id middleware for noauth 2021-07-05 21:18:09 +05:30
rootwrap.conf Ensure XenAPI options are loaded 2021-01-03 20:53:01 +09: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