RETIRED, further work has moved to Debian project infrastructure
Go to file
Jamie Lennox b529f0a782 Support V3 authentication with swift
This is the easiest way to support v3 authentication in the swift backend. It
allows us to specify that we want v3 authentication and provide the extra
authentication attributes to swiftclient.

It allows specifying auth_version via individual authentication references so
that you can mix v2 and v3 authentication.

Ideally in future we would move to a session orientated solution. In which case
we will need to handle the existing options in a backwards compatible way and
so I don't think that the extra arguments will cause any additional problems
there.

Change-Id: Ifb7c9be805689e938ff0e99a18fa220993862001
2015-07-22 23:58:30 +00:00
doc/source Add release notes for 0.6.0 2015-05-28 01:28:32 -04:00
glance_store Support V3 authentication with swift 2015-07-22 23:58:30 +00:00
tools Add a run_tests.sh 2014-09-17 16:05:17 +00:00
.gitignore Add .eggs/* to .gitignore 2015-07-09 12:51:06 +00: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
babel.cfg Setup for glance.store for translation 2014-07-17 15:44:36 +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
requirements.txt Updated from global requirements 2015-07-03 20:43:18 +00:00
run_tests.sh Add coverage report to run_test.sh 2015-02-19 17:25:58 +01:00
setup.cfg setup.cfg: add Python 3 classifiers 2015-07-15 10:33:55 +02:00
setup.py Updated from global requirements 2015-07-03 20:43:18 +00:00
test-requirements.txt Updated from global requirements 2015-07-03 20:43:18 +00:00
tox.ini setup.cfg: add Python 3 classifiers 2015-07-15 10:33:55 +02:00

Glance Store Library

Glance's stores library