From a5bd828cbf4545872c0fef596929134b488d5241 Mon Sep 17 00:00:00 2001 From: Tom Barron Date: Thu, 21 Jan 2021 10:58:32 -0500 Subject: [PATCH] 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 dcdc1a98bb2e0027f87184eee0080283f9b2ae33) --- .../common/dhss-true-mode-using-shared-file-systems.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/install/common/dhss-true-mode-using-shared-file-systems.rst b/doc/source/install/common/dhss-true-mode-using-shared-file-systems.rst index fb17379584..454905c014 100644 --- a/doc/source/install/common/dhss-true-mode-using-shared-file-systems.rst +++ b/doc/source/install/common/dhss-true-mode-using-shared-file-systems.rst @@ -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 \