From c75df16e5021e28aaa9961ed0977f30fa278a1dc Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sat, 14 Aug 2021 23:29:49 +0900 Subject: [PATCH] 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 --- etc/oslo-config-generator/neutron.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/oslo-config-generator/neutron.conf b/etc/oslo-config-generator/neutron.conf index d55fcf62909..88fc7239fc5 100644 --- a/etc/oslo-config-generator/neutron.conf +++ b/etc/oslo-config-generator/neutron.conf @@ -16,7 +16,11 @@ namespace = oslo.privsep namespace = oslo.concurrency namespace = oslo.messaging namespace = oslo.middleware.cors +namespace = oslo.middleware.healthcheck namespace = oslo.middleware.http_proxy_to_wsgi +namespace = oslo.reports +namespace = oslo.service.periodic_task +namespace = oslo.service.service namespace = oslo.service.sslutils namespace = oslo.service.wsgi namespace = keystonemiddleware.auth_token