change to datastore file

is changed to this - corrected

Change-Id: I514fa8f262db12777e7e57c8db50e397e6f3150c
This commit is contained in:
Shilla Saebi 2015-03-23 15:29:24 -04:00
parent 7c990e28e0
commit e29305ddc0

View File

@ -32,7 +32,7 @@ trove_auth_url = http://<replaceable>controller</replaceable>:35357/v2.0</progra
<step>
<title>Register image with Image Service</title>
<para>You need to register your guest image with the Image Service.</para>
<para>In is example, you use the glance <command>image-create</command> command to register a <literal>mysql-5.5.qcow2</literal> image.</para>
<para>In this example, you use the glance <command>image-create</command> command to register a <literal>mysql-5.5.qcow2</literal> image.</para>
<screen>$<prompt></prompt> <userinput>glance image-create --name mysql-5.5 --disk-format qcow2 --container-format bare --is-public True &lt; mysql-5.5.qcow2</userinput>
<computeroutput>+------------------+--------------------------------------+
| Property | Value |