Fix URL for tinyipa-stable-pike image ironic tempest
Depends-On: https://review.opendev.org/#/c/712940 Change-Id: I871362fb02ed77acd305b9f0a9dec02e4d4c2753
This commit is contained in:
parent
ffd8f24e0a
commit
ce4af2ece2
@ -50,7 +50,7 @@ for i in $(openstack network list -c ID -c Name -f value | sed -e '/lb-mgmt-net/
|
||||
|
||||
{% if ironic_overcloud|default(false)|bool %}
|
||||
|
||||
curl http://tarballs.openstack.org/ironic-python-agent/tinyipa/tinyipa-stable-pike.tar.gz | tar -C ~ -xzf -
|
||||
curl https://tarballs.opendev.org/openstack/ironic-python-agent/tinyipa/tinyipa-stable-pike.tar.gz | tar -C ~ -xzf -
|
||||
IPAKERNEL=$(openstack image create --public --container-format aki --disk-format aki --file ~/tinyipa-stable-pike.vmlinuz deploy-kernel -f value -c id)
|
||||
IPARD=$(openstack image create --public --container-format ari --disk-format ari --file ~/tinyipa-stable-pike.gz deploy-ramdisk -f value -c id)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user