Merge "Replaceable server name was missing from nova boot command"

This commit is contained in:
Jenkins 2013-12-20 20:59:57 +00:00 committed by Gerrit Code Review
commit 286661f9ef

View File

@ -185,7 +185,9 @@
parameter.</para> parameter.</para>
<screen><prompt>$</prompt> <userinput>nova boot --flavor <replaceable>FLAVOR_ID</replaceable> --image <replaceable>IMAGE_ID</replaceable> --key_name <replaceable>KEY_NAME</replaceable> \ <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> \ --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, <para>Depending on the parameters that you provide,
the command returns a list of server the command returns a list of server
properties.</para> properties.</para>