Comment 4 for bug 1940009

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/neutron/+/805289
Committed: https://opendev.org/openstack/neutron/commit/fb1682a3e1fe0621c6e7205d658344873905e5e0
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit fb1682a3e1fe0621c6e7205d658344873905e5e0
Author: Takashi Kajinami <email address hidden>
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
    (cherry picked from commit c75df16e5021e28aaa9961ed0977f30fa278a1dc)