Reviewed: https://review.opendev.org/c/openstack/glance/+/804563 Committed: https://opendev.org/openstack/glance/commit/2c2a1317af5103a1fa66b8bf90de7bc2c1a26cb2 Submitter: "Zuul (22348)" Branch: master
commit 2c2a1317af5103a1fa66b8bf90de7bc2c1a26cb2 Author: Takashi Kajinami <[email protected]> Date: Sat Aug 14 22:03:35 2021 +0900 Add missing parameters for the healthcheck middleware The healthcheck middleware was added to the api pipelines a long ago[1] but parameters of the middleware are missing from the example glance-api.conf file. This change adds the oslo.config.opts endpoint so that the parameters of the middleware are rendered by the oslo-config-generator command. [1] 562cb0429f9e2657dbcf108c534ef6c4779eb177 Closes-Bug: #1939944 Change-Id: Ibf6839b3cf202b2a1b253c4687d08f072349513e ** Changed in: glance Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1939944 Title: The parameters of the healthcheck middlewares are missing from glance- api.conf Status in Glance: Fix Released Bug description: Since https://review.opendev.org/c/openstack/glance/+/148595 was merged, the healthcheck middleware has been enabled in the default api pipelines. However the parameters of the middleware are missing from the example glance-api.conf file, and are not rendered if we regenerate the file using oslo-config-generator. To manage notifications about this bug go to: https://bugs.launchpad.net/glance/+bug/1939944/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

