Fix cirros name with version info
Now we use cirros 0.3.4 in many places in manual, only this one use cirros 0.3.3 backport:kilo Change-Id: I70fa3f30eaca045786ad1bcadfd49f6acac2edd8 Closes-Bug: #1464643
This commit is contained in:
parent
ca92d0caf4
commit
8afcc9fcae
@ -51,7 +51,7 @@ outputs:
|
|||||||
stack from the template:</para>
|
stack from the template:</para>
|
||||||
<screen><prompt>$</prompt> <userinput>NET_ID=$(nova net-list | awk '/ demo-net / { print $2 }')</userinput>
|
<screen><prompt>$</prompt> <userinput>NET_ID=$(nova net-list | awk '/ demo-net / { print $2 }')</userinput>
|
||||||
<prompt>$</prompt> <userinput>heat stack-create -f test-stack.yml \
|
<prompt>$</prompt> <userinput>heat stack-create -f test-stack.yml \
|
||||||
-P "ImageID=cirros-0.3.3-x86_64;NetID=$NET_ID" testStack</userinput>
|
-P "ImageID=cirros-0.3.4-x86_64;NetID=$NET_ID" testStack</userinput>
|
||||||
<computeroutput>+--------------------------------------+------------+--------------------+----------------------+
|
<computeroutput>+--------------------------------------+------------+--------------------+----------------------+
|
||||||
| id | stack_name | stack_status | creation_time |
|
| id | stack_name | stack_status | creation_time |
|
||||||
+--------------------------------------+------------+--------------------+----------------------+
|
+--------------------------------------+------------+--------------------+----------------------+
|
||||||
|
Loading…
Reference in New Issue
Block a user