curl to wget in verify image service installation
Changing "curl" to "wget" in "Verifying the Image Service installation" page. This is because Ubuntu doesn't include curl in the default base/minimal installation. Change-Id: I16364d05085a2a9c3713e94f71a3250215361540 Closes-Bug: #1248605 backport: havana
This commit is contained in:
parent
c308a59cff
commit
de0eb7db90
@ -22,10 +22,10 @@
|
||||
<procedure>
|
||||
<step>
|
||||
<para>Download the image into a dedicated
|
||||
directory:</para>
|
||||
directory using <command>wget</command> or <command>curl</command>:</para>
|
||||
<screen><prompt>$</prompt> <userinput>mkdir images</userinput>
|
||||
<prompt>$</prompt> <userinput>cd images/</userinput>
|
||||
<prompt>$</prompt> <userinput>curl -O http://cdn.download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-disk.img</userinput></screen>
|
||||
<prompt>$</prompt> <userinput>wget http://cdn.download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-disk.img</userinput></screen>
|
||||
</step>
|
||||
<step>
|
||||
<para>Upload the image to the Image Service:</para>
|
||||
|
Loading…
Reference in New Issue
Block a user