Reviewed: https://review.opendev.org/c/openstack/glance/+/804754 Committed: https://opendev.org/openstack/glance/commit/33f2875ce0a56b1582e5676f14c188f7fc695261 Submitter: "Zuul (22348)" Branch: master
commit 33f2875ce0a56b1582e5676f14c188f7fc695261 Author: Takashi Kajinami <[email protected]> Date: Mon Aug 16 22:53:51 2021 +0900 Load options from the castellan library Currently Glance relies on the castellan library for encryption, but the option for the library have been missing from glance-api.conf . This change ensures options from the castellan library are rendered into glance-api.conf by the oslo-config-generator command. Closes-Bug: #1940090 Change-Id: I5b9459dfc3060ea40272d13f21ae87ff4ade64c5 ** 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/1940090 Title: options of the castellan library are missing from glance-api.conf Status in Glance: Fix Released Bug description: Glance loads the castellan library for encryption but options for that library(like ones under [key_manager], [barbican] and etc) are missing from example glance-api.conf. I've regenerated the conf file using `tox -e genconfig` which interaly calls oslo-confing-generator, but even in the generated config file the options are still missing. To manage notifications about this bug go to: https://bugs.launchpad.net/glance/+bug/1940090/+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

