Glance stores library
Go to file
Ian Cordasco ac9bd0d83a Use a named enum for capability values
In Iedf0d4f829e46ca64c3f4fc6a7dfee54d9b0605b we added support for driver
capabilities in glance_store. That same change also used (mutable)
module globals to check driver capabilities. By moving the capability
definitions inside a subclass of IntEnum we retain all of the previous
functionality with the guarantee that the enum values will not change
once defined.

Change-Id: I13c7bd507252e793b2c790cc9b77c7b8db432d02
2015-02-13 19:48:02 +00:00
doc/source Stop using intersphinx 2014-09-13 09:24:36 +02:00
glance_store Use a named enum for capability values 2015-02-13 19:48:02 +00:00
tests Use a named enum for capability values 2015-02-13 19:48:02 +00:00
tools Add a run_tests.sh 2014-09-17 16:05:17 +00:00
.gitignore Add a run_tests.sh 2014-09-17 16:05:17 +00:00
.gitreview Update .gitreview for project rename 2014-08-30 16:43:37 +00:00
.testr.conf Added testr 2014-02-10 10:55:11 +01: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
openstack-common.conf Use oslo.concurrency 2014-10-28 18:45:21 +02:00
README.rst Copying from glance 2014-01-24 18:30:46 +01:00
requirements.txt Use a named enum for capability values 2015-02-13 19:48:02 +00:00
run_tests.sh Updated run_tests.sh to run tests in debug mode 2014-10-20 23:57:02 -07:00
setup.cfg Mark glance_store as being a universal wheel 2014-09-22 11:11:20 +02:00
setup.py Copying from glance 2014-01-24 18:30:46 +01:00
test-requirements.txt Fixing PEP8 E712 and E265 2015-02-06 15:39:45 +01:00
tox.ini Fixing PEP8 E712 and E265 2015-02-06 15:39:45 +01:00

Glance Store Library

Glance's stores library