Update doc for manila-service-image download
It currently refers to the old openstack repository and as written downloads redirect information rather than the image itself. Add a '-L' argument to the ``curl`` command to handle redirects and update the URL to use the opendev repository. Related-bug: #1908838 Change-Id: I48509e5c9be41c04d00aa86efd4d657b067d9521
This commit is contained in:
parent
4495069118
commit
dcdc1a98bb
@ -73,7 +73,8 @@ server is an instance where NFS shares are served.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ curl https://tarballs.openstack.org/manila-image-elements/images/manila-service-image-master.qcow2 | \
|
||||
$ curl -L \
|
||||
https://tarballs.opendev.org/openstack/manila-image-elements/images/manila-service-image-master.qcow2 | \
|
||||
glance image-create \
|
||||
--name "manila-service-image" \
|
||||
--disk-format qcow2 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user