Merge "SEC_GROUP to SEC_GROUP_NAME in nova boot"

This commit is contained in:
Jenkins 2015-01-23 06:57:53 +00:00 committed by Gerrit Code Review
commit e125c8c286

View File

@ -185,7 +185,7 @@
<replaceable>USER-DATA-FILE</replaceable></parameter> <replaceable>USER-DATA-FILE</replaceable></parameter>
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 <replaceable>USER_DATA_FILE</replaceable> --security-groups <replaceable>SEC_GROUP</replaceable> --meta <replaceable>KEY=VALUE</replaceable> \ --user-data <replaceable>USER_DATA_FILE</replaceable> --security-groups <replaceable>SEC_GROUP_NAME</replaceable> --meta <replaceable>KEY=VALUE</replaceable> \
<replaceable>INSTANCE_NAME</replaceable></userinput></screen> <replaceable>INSTANCE_NAME</replaceable></userinput></screen>
<para>The following command launches the <para>The following command launches the
<literal>MyCirrosServer</literal> instance <literal>MyCirrosServer</literal> instance