Skip to content

Commit b621fd8

Browse files
cityofshipsmarkgoddard
authored andcommitted
Docs: Update to opendev.org domain
Curl would not work without -L on old openstack.org URLs. TrivialFix Change-Id: I7ed7bd336f4b874fc6027cb9ad20669b08e4a7e9 (cherry picked from commit 62b90af)
1 parent 5236203 commit b621fd8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/source/reference/bare-metal/ironic-guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ be used:
5151

5252
.. code-block:: console
5353
54-
$ curl https://tarballs.openstack.org/ironic-python-agent/dib/files/ipa-centos8-master.kernel \
54+
$ curl https://tarballs.opendev.org/openstack/ironic-python-agent/dib/files/ipa-centos8-master.kernel \
5555
-o /etc/kolla/config/ironic/ironic-agent.kernel
5656
57-
$ curl https://tarballs.openstack.org/ironic-python-agent/dib/files/ipa-centos8-master.initramfs \
57+
$ curl https://tarballs.opendev.org/openstack/ironic-python-agent/dib/files/ipa-centos8-master.initramfs \
5858
-o /etc/kolla/config/ironic/ironic-agent.initramfs
5959
6060
You may optionally pass extra kernel parameters to the inspection kernel using:

doc/source/reference/storage/manila-guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Create a manila share server image to the Image service:
107107

108108
.. code-block:: console
109109
110-
# wget https://tarballs.openstack.org/manila-image-elements/images/manila-service-image-master.qcow2
110+
# wget https://tarballs.opendev.org/openstack/manila-image-elements/images/manila-service-image-master.qcow2
111111
# glance image-create --name "manila-service-image" \
112112
--file manila-service-image-master.qcow2 \
113113
--disk-format qcow2 --container-format bare \

tests/run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178

179179
- name: download Ironic Python Agent (IPA) images
180180
get_url:
181-
url: "https://tarballs.openstack.org/ironic-python-agent/tinyipa/files/{{ item.src }}"
181+
url: "https://tarballs.opendev.org/openstack/ironic-python-agent/tinyipa/files/{{ item.src }}"
182182
dest: "/etc/kolla/config/ironic/{{ item.dest }}"
183183
with_items:
184184
- src: "tinyipa-{{ zuul.branch | replace('/', '-') }}.gz"

0 commit comments

Comments
 (0)