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
(cherry picked from commit dcdc1a98bb)
This commit is contained in:
Tom Barron 2021-01-21 10:58:32 -05:00 committed by Goutham Pacha Ravi
parent 1f12cb662b
commit a5bd828cbf
1 changed files with 2 additions and 1 deletions

View File

@ -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 \