Reviewed: https://review.opendev.org/c/openstack/glance/+/795772 Committed: https://opendev.org/openstack/glance/commit/9b683678b2a19bb1069aace58e054150a78b5f6f Submitter: "Zuul (22348)" Branch: master
commit 9b683678b2a19bb1069aace58e054150a78b5f6f Author: Erno Kuvaja <[email protected]> Date: Thu Jun 10 13:51:49 2021 +0100 Revert "Remove all usage of keystoneclient" This reverts commit 810417df865c7b4eb71cee4dfee843d65972852b. The Swift driver not being able to use Trusts had nothing to do about the store driver itself nor that keystoneauth1 would have broken the feature, but rather it not having the functionality in the first place and us not catching that on reviews. We should figure out how to test this before we try to replace this code again. Change-Id: If12a013404296486dc387b099477d1608b24ba63 Closes-Bug: #1916052 ** 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/1916052 Title: Unable to create trust errors in glance-api Status in Glance: Fix Released Status in Glance ussuri series: Triaged Status in Glance victoria series: Fix Released Bug description: Hi, I enabled swift_store_expire_soon_interval = 1800 for images taking long time to complete the upload, but it doesnt seem to work as planned, i see a trust issue (based on docu, this is True by default) but i see the below in the glance-api logs : 021-02-18 14:04:52,948.948 30 INFO glance.api.v2.image_data [req- bb9660d8-c24c-4350-9d4e-7cfaffebf8d9 332d21d621e27dd887ff1f3388312be975597e42b755eec00ceff70d033228b8 97bf741678d44e8da33c43f4c4662ade - ec213443e8834473b579f7bea9e8c194 ec213443e8834473b579f7bea9e8c194] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token 2021-02-18 12:02:43,166.166 33 INFO glance.api.v2.image_data [req- 8a48bfa1-9d37-4095-8f7f-70438d4daff6 a10475412aa34d05a815fac977df8620 caa6209d2c38450f8266311fd0f05446 - default 582d6603e91d4d3d8193fa9160a599f0] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. http://paste.openstack.org/show/802787/ Ref : https://bugs.launchpad.net/keystone/+bug/1775140 https://review.opendev.org/c/openstack/glance/+/479047 Glance Version : Victoria Release, 21.0.0 Glance_Store Version : 2.3.0 Swift Version (Backend) : Victoria (i have enabled multi-tenant) Keystone : Train Please let me know if further information is required. Regards, Rajiv To manage notifications about this bug go to: https://bugs.launchpad.net/glance/+bug/1916052/+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

