Glance stores library
b5833a8723
glance.store entry point used in Glance for the store library is
resulting in generating random order in each run of the ``tox -e
genconfig`` command. This is because of the unsorted iterator returned
by the stevedore extension manager [1, 2].
This commit fixes that and returs a deterministic, sorted list of
drivers to generate the configs in Glance.
Example scenario is at change Iea2c538b37182191445cc5c1f8b2d9dceed06343
Closes-Bug: 1619487
[1]
|
||
---|---|---|
doc/source | ||
etc | ||
glance_store | ||
releasenotes | ||
tools | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
functional_testing.conf.sample | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Glance Store Library
Glance's stores library
- License: Apache License, Version 2.0
- Documentation: http://docs.openstack.org/developer/glance_store
- Source: http://git.openstack.org/cgit/openstack/glance_store
- Bugs: http://bugs.launchpad.net/glance-store