yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #86934
[Bug 1940009] Re: Some options are missing from neutron.conf generated by "tox -e genconfig"
Reviewed: https://review.opendev.org/c/openstack/neutron/+/804571
Committed: https://opendev.org/openstack/neutron/commit/c75df16e5021e28aaa9961ed0977f30fa278a1dc
Submitter: "Zuul (22348)"
Branch: master
commit c75df16e5021e28aaa9961ed0977f30fa278a1dc
Author: Takashi Kajinami <tkajinam@xxxxxxxxxx>
Date: Sat Aug 14 23:29:49 2021 +0900
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
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1940009
Title:
Some options are missing from neutron.conf generated by "tox -e
genconfig"
Status in neutron:
Fix Released
Bug description:
Looking at neutron.conf generated by "tox -e genconfig" I noticed the
following items are missing from the generated neutron.conf.
1)
Some options of the oslo.service library like run_external_periodic_tasks
2)
Options of the oslo.reports library
3)
Options of the healthcheck middleware was added to api pipeline during Victoria cycle.
https://review.opendev.org/c/openstack/neutron/+/724676
This is because there are some oslo.config.opts endpoints missing from
the config file passed to the oslo-config-generator command.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1940009/+subscriptions
References