[config-ref] add `vsphere to stores` option

The value of the ``default_store`` option for Image service
must be a member of the ``stores`` option.

Change-Id: I2d9e20dc4c268325ff15394632cae4637e86dff5
backport: mitaka
Closes-Bug: #1530311
This commit is contained in:
KATO Tomoyuki 2016-05-31 22:29:21 +09:00
parent 54c4db28c8
commit 0bed31d994

View File

@ -48,12 +48,15 @@ Server 5.5 or later. For details, see :ref:`glance-backend-vmware-DS`.
If you intend to use multiple data stores for the back end, use the
SPBM feature.
In the ``glance_store`` section, set the ``default_store`` option to
``vsphere``, as shown in this code sample:
In the ``glance_store`` section, set the ``stores`` and ``default_store``
options to ``vsphere``, as shown in this code sample:
.. code:: ini
[glance_store]
# List of stores enabled. Valid stores are: cinder, file, http, rbd,
# sheepdog, swift, s3, vsphere (list value)
stores = file,http,vsphere
# Which back end scheme should Glance use by default is not specified
# in a request to add a new image to Glance? Known schemes are determined
# by the known_stores option below.