Glance stores library
Go to file
kairat_kushaev 142cf34c2f Implement swift store connection manager
The patch defines implementation of swift connection manager for
swift driver. It allows to receive swift connections and
update them if user token is going to expire soon.
Connection manager for single tenant store uses swift service
user credentials to receive new token.
Connection manager for multi-tenant store uses trusts to
receive new token and initialize a connection.

Please note that this is first part of bp implementation that
defines framework and helpers for re-authentication.
Implementation of keystoneclient initialization and enabling of
re-authentication for swift store available in next patch.

Implements bp prevention-of-401-in-swift-driver

Change-Id: I61b0fcfe284bdfbf4c0558178318c69617ec6127
2016-02-26 10:08:43 +03:00
doc/source Merge "Replace deprecated library function os.popen() with subprocess" 2016-01-20 21:38:39 +00:00
glance_store Implement swift store connection manager 2016-02-26 10:08:43 +03:00
releasenotes Merge "Set documented default directory for filesystem" 2016-01-21 20:28:19 +00:00
tools Add a run_tests.sh 2014-09-17 16:05:17 +00:00
.gitignore Add reno for release notes management in glance_store 2015-12-04 12:29:11 -06:00
.gitreview Update .gitreview for project rename 2014-08-30 16:43:37 +00:00
.testr.conf Move glance_store tests into the main package 2015-06-12 15:15:10 +00:00
LICENSE Copying from glance 2014-01-24 18:30:46 +01:00
README.rst Update README to work with release tools 2015-04-21 14:57:00 +00:00
babel.cfg Setup for glance.store for translation 2014-07-17 15:44:36 +00:00
requirements.txt Updated from global requirements 2016-02-11 07:39:04 +00:00
run_tests.sh Add coverage report to run_test.sh 2015-02-19 17:25:58 +01:00
setup.cfg Remove the gridfs driver 2016-01-18 15:41:32 -04:30
setup.py Updated from global requirements 2015-10-09 03:49:59 +00:00
test-requirements.txt Updated from global requirements 2016-02-11 07:39:04 +00:00
tox.ini Merge "Deprecated tox -downloadcache option removed" 2016-01-19 01:33:56 +00:00

README.rst

Glance Store Library

Glance's stores library