Glance stores library
Go to file
yuyafei 19d8df31fd Replace dict.iterkeys with six.iterkeys to make PY3 compatible
Python3 do not use dict.iterkeys, which would raise AttributeError:
'dict' object has no attribute 'iterkeys'.

Change-Id: I97e320eac9f2f0b2cb5cf34a1d3fc57e80e440ed
Closes-Bug: #1596124
2016-06-28 11:54:43 +00:00
doc/source Fix doc generation warnings and errors 2016-03-22 13:27:06 +00:00
etc Implement get, add and delete for cinder store 2016-02-26 08:42:52 +00:00
glance_store Fix argument order for assertEqual to (expected, observed) 2016-06-15 13:28:51 +08:00
releasenotes Fix releasenotes to pass reno gates 2016-04-11 12:41:53 +03:00
tools Replace dict.iterkeys with six.iterkeys to make PY3 compatible 2016-06-28 11:54:43 +00:00
.gitignore Add functional tests for swift 2016-05-09 14:44:17 +00:00
.gitreview Update .gitreview for project rename 2014-08-30 16:43:37 +00:00
.testr.conf Add functional tests for swift 2016-05-09 14:44:17 +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
functional_testing.conf.sample Add functional tests for swift 2016-05-09 14:44:17 +00:00
requirements.txt Updated from global requirements 2016-06-08 15:08:13 +00:00
run_tests.sh Add coverage report to run_test.sh 2015-02-19 17:25:58 +01:00
setup.cfg Updated from global requirements 2016-06-14 21:04:37 +00:00
setup.py Updated from global requirements 2015-10-09 03:49:59 +00:00
test-requirements.txt Updated from global requirements 2016-06-24 03:11:05 +00:00
tox.ini Remove -c from tox.ini 2016-06-07 22:08:18 +00:00

README.rst

Glance Store Library

Glance's stores library