Merge "More # to $ prompts"
This commit is contained in:
commit
a37e417e93
@ -30,7 +30,7 @@
|
||||
</step>
|
||||
<step>
|
||||
<para>Upload the image to the Image Service:</para>
|
||||
<para><screen><prompt>#</prompt> <userinput>glance image-create --name=<replaceable>imageLabel</replaceable> --disk-format=<replaceable>fileFormat</replaceable> \
|
||||
<para><screen><prompt>$</prompt> <userinput>glance image-create --name=<replaceable>imageLabel</replaceable> --disk-format=<replaceable>fileFormat</replaceable> \
|
||||
--container-format=<replaceable>containerFormat</replaceable> --is-public=<replaceable>accessValue</replaceable> < <replaceable>imageFile</replaceable></userinput></screen></para>
|
||||
<para>Where:</para>
|
||||
<variablelist>
|
||||
@ -138,7 +138,7 @@
|
||||
<step>
|
||||
<para>Confirm that the image was uploaded and display its
|
||||
attributes:</para>
|
||||
<screen><prompt>#</prompt> <userinput>glance image-list</userinput></screen>
|
||||
<screen><prompt>$</prompt> <userinput>glance image-list</userinput></screen>
|
||||
<screen><computeroutput>+--------------------------------------+-----------------+-------------+------------------+----------+--------+
|
||||
| ID | Name | Disk Format | Container Format | Size | Status |
|
||||
+--------------------------------------+-----------------+-------------+------------------+----------+--------+
|
||||
@ -148,7 +148,7 @@
|
||||
</procedure>
|
||||
<para>Alternatively, the upload to the Image Service can be done without having to use local disk space to store the file, by use of the <parameter>--copy-from</parameter> parameter.</para>
|
||||
<para>For example:</para>
|
||||
<screen><prompt>#</prompt> <userinput>glance image-create --name="CirrOS 0.3.1" --disk-format=qcow2 \
|
||||
<screen><prompt>$</prompt> <userinput>glance image-create --name="CirrOS 0.3.1" --disk-format=qcow2 \
|
||||
--container-format=bare --is-public=true --copy-from http://cdn.download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-disk.img</userinput>
|
||||
<computeroutput>+------------------+--------------------------------------+
|
||||
| Property | Value |
|
||||
|
Loading…
Reference in New Issue
Block a user