Install: Revert errant patch for glance
Revert errant patch for glance [1] that changes 'wget' to 'curl' because it doesn't resolve a potential issue for all distributions. [1] https://review.openstack.org/#/c/281185/ Change-Id: I888910df3fc9a63243a6d2c2934c46ee3073ac0e backport: Liberty
This commit is contained in:
parent
260ca41883
commit
631d0357a3
@ -35,8 +35,11 @@ For information about how to manage images, see the
|
|||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ curl -O \
|
$ wget http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img
|
||||||
http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
Install ``wget`` if your distribution does not include it.
|
||||||
|
|
||||||
#. Upload the image to the Image service using the
|
#. Upload the image to the Image service using the
|
||||||
:term:`QCOW2 <QEMU Copy On Write 2 (QCOW2)>` disk format, :term:`bare`
|
:term:`QCOW2 <QEMU Copy On Write 2 (QCOW2)>` disk format, :term:`bare`
|
||||||
|
Loading…
Reference in New Issue
Block a user