From 4412580b8fa9753773e0bf618e29c4191baea836 Mon Sep 17 00:00:00 2001 From: kairat_kushaev Date: Mon, 11 Apr 2016 12:41:53 +0300 Subject: [PATCH] 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 --- ...prevent-unauthorized-errors-ebb9cf2236595cd0.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/releasenotes/notes/prevent-unauthorized-errors-ebb9cf2236595cd0.yaml b/releasenotes/notes/prevent-unauthorized-errors-ebb9cf2236595cd0.yaml index 7a1bae88..580b60a9 100644 --- a/releasenotes/notes/prevent-unauthorized-errors-ebb9cf2236595cd0.yaml +++ b/releasenotes/notes/prevent-unauthorized-errors-ebb9cf2236595cd0.yaml @@ -4,9 +4,9 @@ prelude: > 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. \ No newline at end of file + 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. \ No newline at end of file