Glance stores library
Go to file
Sabari Kumar Murugesan aa10f66ee0 VMware: Support Multiple Datastores
Support for VMware store to use multiple datastore backends.

Spec (approved):
https://review.openstack.org/#/c/146723/

tl;dr:
1. Adds a new config option vmware_datastores to configure
   multiple datastores.
2. Implements a selection logic based on priority to choose
   from the list of datastores.
3. Modifies StoreLocation parsing logic to identify datastore
   related info from location URI.

DocImpact

Implements-Blueprint: vmware-store-multiple-datastores

Change-Id: I176f1143cd2d9b0a01a0f4f4256e7ac7d9b09afd
2015-03-06 20:11:56 +00:00
doc/source Stop using intersphinx 2014-09-13 09:24:36 +02:00
glance_store VMware: Support Multiple Datastores 2015-03-06 20:11:56 +00:00
tests VMware: Support Multiple Datastores 2015-03-06 20:11:56 +00:00
tools Add a run_tests.sh 2014-09-17 16:05:17 +00:00
.gitignore Add coverage report to run_test.sh 2015-02-19 17:25:58 +01: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 Add coverage report to run_test.sh 2015-02-19 17:25:58 +01: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 Move to hacking 0.10 2015-02-26 09:58:10 +01:00
tox.ini Move to hacking 0.10 2015-02-26 09:58:10 +01:00

Glance Store Library

Glance's stores library