Replaceable server name was missing from nova boot command

Change-Id: I0b558e5b835a64163048008737e22d5c8d66030d
This commit is contained in:
annegentle 2013-12-19 16:15:54 -06:00
parent b339aac910
commit 2e3986fdfa

View File

@ -185,7 +185,9 @@
parameter.</para>
<screen><prompt>$</prompt> <userinput>nova boot --flavor <replaceable>FLAVOR_ID</replaceable> --image <replaceable>IMAGE_ID</replaceable> --key_name <replaceable>KEY_NAME</replaceable> \
--user-data mydata.file --security_group <replaceable>SEC_GROUP NAME_FOR_INSTANCE</replaceable> \
--meta <replaceable>KEY=VALUE</replaceable> --meta <replaceable>KEY=VALUE</replaceable></userinput></screen>
--meta <replaceable>KEY=VALUE</replaceable> --meta
<replaceable>KEY=VALUE</replaceable> \
<replaceable>SERVER_NAME</replaceable></userinput></screen>
<para>Depending on the parameters that you provide,
the command returns a list of server
properties.</para>