Files
glance_store/releasenotes/notes/prevent-unauthorized-errors-ebb9cf2236595cd0.yaml
kairat_kushaev 4412580b8f Fix releasenotes to pass reno gates
Release note for swift driver update cannot be generated
because of intendation, so we need to fix that error.
After that we can safely turn on reno gates for glance_store.

Change-Id: I0293c247bc87d81218c4350393a8bfb4d769bc91
Closes-Bug: #1568767
2016-04-11 12:41:53 +03:00

12 lines
585 B
YAML

---
prelude: >
Prevent Unauthorized errors during uploading or
donwloading data to Swift store.
features:
- Allow glance_store to refresh token when upload or download data to Swift
store. glance_store identifies if token is going to expire soon when
executing request to Swift and refresh the token. For multi-tenant swift
store glance_store uses trusts, for single-tenant swift store glance_store
uses credentials from swift store configurations. Please also note that
this feature is enabled if and only if Keystone V3 API is available
and enabled.