no reauthetication in glance store
Bug #1733502 reported by
Kairat Kushaev
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| glance_store |
Fix Released
|
Undecided
|
Kairat Kushaev | ||
Bug Description
It seems that something has changed in Keystone(but i am not 100% sure TBH) since 2015 and reauthentication stopped working for Swift driver in glance store.
The problem is in Swift driver:
get_auth_ref() returned a new auth_ref each time it was called so the will_expire_soon() call was useless since it always returned False. we need to use the cached auth_ref property.
| Changed in glance-store: | |
| assignee: | nobody → Kairat Kushaev (kkushaev) |
To post a comment you must log in.

Fix proposed to branch: master /review. openstack. org/521753
Review: https:/