Updated install guide glance verify section

I updated the installation guide glance verify section to include
some changes made to the install/configure section and fixed a few
other minor issues.

Change-Id: Icd379ed46ac2c712f1de0194cae60df29a015775
Implements: blueprint installation-guide-improvements
This commit is contained in:
Matthew Kassawara
2014-06-29 19:29:48 +00:00
parent b5cd1d7b4e
commit a2374f59db

View File

@@ -4,10 +4,9 @@
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"> xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
<title>Verify operation</title> <title>Verify operation</title>
<para>This section describes how to verify operation of the Image <para>This section describes how to verify operation of the Image
Service, code-named glance, by using <link Service using
xlink:href="http://launchpad.net/cirros">CirrOS</link>. CirrOS <link xlink:href="http://launchpad.net/cirros">CirrOS</link>, a small
is a small Linux image that helps you test OpenStack Linux image that helps you test your OpenStack deployment.</para>
deployments.</para>
<para>For more information about how to download and build images, <para>For more information about how to download and build images,
see <link see <link
xlink:href="http://docs.openstack.org/image-guide/content/index.html" xlink:href="http://docs.openstack.org/image-guide/content/index.html"
@@ -27,16 +26,14 @@
<screen><prompt>$</prompt> <userinput>wget http://cdn.download.cirros-cloud.net/0.3.2/cirros-0.3.2-x86_64-disk.img</userinput></screen> <screen><prompt>$</prompt> <userinput>wget http://cdn.download.cirros-cloud.net/0.3.2/cirros-0.3.2-x86_64-disk.img</userinput></screen>
</step> </step>
<step> <step>
<para>Source the <literal>admin</literal> tenant <para>Source the <literal>admin</literal> credentials to gain access to
credentials:</para> admin-only CLI commands:</para>
<screen><prompt>$</prompt> <userinput>source admin-openrc.sh</userinput></screen> <screen><prompt>$</prompt> <userinput>source admin-openrc.sh</userinput></screen>
</step> </step>
<step> <step>
<para>Upload the image to the Image Service:</para> <para>Upload the image to the Image Service:</para>
<para>For example:</para> <screen><prompt>$</prompt> <userinput>glance image-create --name "cirros-0.3.2-x86_64" --file cirros-0.3.2-x86_64-disk.img \
<screen><prompt>$</prompt> <userinput>source admin-openrc.sh</userinput> --disk-format qcow2 --container-format bare --is-public True --progress</userinput>
<prompt>$</prompt> <userinput>glance image-create --name "cirros-0.3.2-x86_64" --disk-format qcow2 \
--container-format bare --is-public True --progress &lt; cirros-0.3.2-x86_64-disk.img</userinput>
<computeroutput>+------------------+--------------------------------------+ <computeroutput>+------------------+--------------------------------------+
| Property | Value | | Property | Value |
+------------------+--------------------------------------+ +------------------+--------------------------------------+