Use all caps for variables in section_glance-verify
Change-Id: Ia390bd161cc30507abdfeed507369dc928ee3430
This commit is contained in:
parent
f3b1c93f1d
commit
e9f9f2545f
@ -30,19 +30,19 @@
|
|||||||
</step>
|
</step>
|
||||||
<step>
|
<step>
|
||||||
<para>Upload the image to the Image Service:</para>
|
<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>
|
--container-format=<replaceable>CONTAINERFORMAT</replaceable> --is-public=<replaceable>ACCESSVALUE</replaceable> < <replaceable>IMAGEFILE</replaceable></userinput></screen></para>
|
||||||
<para>Where:</para>
|
<para>Where:</para>
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><literal><replaceable>imageLabel</replaceable></literal></term>
|
<term><literal><replaceable>IMAGELABEL</replaceable></literal></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Arbitrary label. The name by which users
|
<para>Arbitrary label. The name by which users
|
||||||
refer to the image.</para>
|
refer to the image.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><literal><replaceable>fileFormat</replaceable></literal></term>
|
<term><literal><replaceable>FILEFORMAT</replaceable></literal></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Specifies the format of the image file.
|
<para>Specifies the format of the image file.
|
||||||
Valid formats include
|
Valid formats include
|
||||||
@ -62,7 +62,7 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><literal><replaceable>containerFormat</replaceable></literal></term>
|
<term><literal><replaceable>CONTAINERFORMAT</replaceable></literal></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Specifies the container format. Valid
|
<para>Specifies the container format. Valid
|
||||||
formats include: <literal>bare</literal>,
|
formats include: <literal>bare</literal>,
|
||||||
@ -83,7 +83,7 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><literal><replaceable>accessValue</replaceable></literal></term>
|
<term><literal><replaceable>ACCESSVALUE</replaceable></literal></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Specifies image access: <itemizedlist>
|
<para>Specifies image access: <itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -98,7 +98,7 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><literal><replaceable>imageFile</replaceable></literal></term>
|
<term><literal><replaceable>IMAGEFILE</replaceable></literal></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Specifies the name of your downloaded
|
<para>Specifies the name of your downloaded
|
||||||
image file.</para>
|
image file.</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user