Windows image: fix glance command

Change-Id: I474b7c848fef0eacfbd233ff30430b9229649461
Closes-Bug: #1375745
This commit is contained in:
Gauvain Pocentek
2014-10-01 06:21:04 +02:00
parent 291e301399
commit 20834dd501

View File

@@ -100,6 +100,6 @@
<para>Your image is ready to upload to the Image Service:</para>
<screen><prompt>$</prompt> <userinput>glance image-create --name WS2012 --disk-format qcow2 \
--container-format bare --is-public \
--container-format bare --is-public true \
--file ws2012.qcow2</userinput></screen>
</section>