[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:
parent
54c4db28c8
commit
0bed31d994
@ -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
|
If you intend to use multiple data stores for the back end, use the
|
||||||
SPBM feature.
|
SPBM feature.
|
||||||
|
|
||||||
In the ``glance_store`` section, set the ``default_store`` option to
|
In the ``glance_store`` section, set the ``stores`` and ``default_store``
|
||||||
``vsphere``, as shown in this code sample:
|
options to ``vsphere``, as shown in this code sample:
|
||||||
|
|
||||||
.. code:: ini
|
.. code:: ini
|
||||||
|
|
||||||
[glance_store]
|
[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
|
# 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
|
# in a request to add a new image to Glance? Known schemes are determined
|
||||||
# by the known_stores option below.
|
# by the known_stores option below.
|
||||||
|
Loading…
Reference in New Issue
Block a user