Added missing important step to Glance config

The section covering the use of vCenter datastores for the Glance
backend was missing a key step about creating a storage profile.
This section has been updated to include this step. I also added
the stop chunk command to the vmdk driver doc to keep the sections
together.

Change-Id: I68d55ba6948d1083032a8ee347b81d2b4f63e980
backport: icehouse
Closes-Bug: #1320369
(cherry picked from commit f3926323ab)
This commit is contained in:
andydugas 2014-05-19 11:49:59 -07:00 committed by Gauvain Pocentek
parent 42ce7a9217
commit ae43c456c9
2 changed files with 23 additions and 4 deletions

View File

@ -4,6 +4,7 @@
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
<title>VMware VMDK driver</title>
<?dbhtml stop-chunking?>
<para>Use the VMware VMDK driver to enable management of the
OpenStack Block Storage volumes on vCenter-managed data
stores. Volumes are backed by VMDK files on data stores that

View File

@ -122,13 +122,31 @@ vmware_api_insecure = <replaceable>False</replaceable></programlisting>
<title>To configure multiple data stores using
SPBM</title>
<step>
<para>In vCenter, tag the data stores to be used for
the back end.</para>
<para>In vCenter, use tagging to identify the data
stores and define a storage policy:</para>
<substeps>
<step>
<para>Create the tag.</para>
</step>
<step>
<para>Apply the tag to the data stores to be
used by the SPBM policy.</para>
</step>
<step>
<para>Create a tag-based storage policy that
uses one or more tags to identify a set of
data stores.</para>
</step>
</substeps>
<note>
<para>For details about creating tags in vSphere,
see the <link
xlink:href="http://pubs.vmware.com/vsphere-55/index.jsp#com.vmware.vsphere.storage.doc/GUID-ECAF0ABF-20CC-47D3-A037-8B32F3389F9E.html"
>vSphere documentation</link>.</para>
xlink:href="http://pubs.vmware.com/vsphere-55/index.jsp#com.vmware.vsphere.vcenterhost.doc/GUID-379F40D3-8CD6-449E-89CB-79C4E2683221.html">vSphere documentation</link>.
</para>
<para>For details about storage policies in
vSphere, see the <link
xlink:href="http://pubs.vmware.com/vsphere-55/index.jsp#com.vmware.vsphere.storage.doc/GUID-A8BA9141-31F1-4555-A554-4B5B04D75E54.html">vSphere documentation</link>.
</para>
</note>
</step>
<step>