glance_store/glance_store/tests
Sabari Kumar Murugesan e278d14838 Fix sorting query string keys for arbitrary url schemes
In Python2.6, urlparse module does not parse the query string from
from the url for arbitrary schemes. http://bugs.python.org/issue9374

Thus, our test utility method does not sort the qs keys for vmware
store url scheme (which is vsphere). This causes random failures in
py26 unit tests.

Change-Id: I1f5da01bfb346b547c1f70b7de9b18585c197f29
2015-02-25 19:47:02 -08:00
..
etc Rename glance.store to glance_store 2014-08-28 10:09:36 +02:00
__init__.py Rename glance.store to glance_store 2014-08-28 10:09:36 +02:00
base.py Add capabilities to storage driver 2015-02-08 12:41:47 +08:00
fakes.py Correct base class of no_conf driver 2014-09-12 12:41:16 +08:00
utils.py Fix sorting query string keys for arbitrary url schemes 2015-02-25 19:47:02 -08:00