Fix vmware option for glance_store

/s/vmware_datastore/vmware

see:
https://github.com/openstack/glance_store/blob/master/glance_store/backend.py

Change-Id: I823e33efb49fb2d8c6fc7dab790dc8d8e14ad84d
This commit is contained in:
shaofeng_cheng 2017-04-24 09:48:10 +08:00
parent 085f375a13
commit 0a095d2563
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ stores disk images. These configuration options are specified in the
A comma separated list of enabled glance stores. Some available options for
this option are (``filesystem``, ``http``, ``rbd``, ``swift``,
``sheepdog``, ``cinder``, ``vmware_datastore``)
``sheepdog``, ``cinder``, ``vmware``)
Configuring the Filesystem Storage Backend
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~