Skip to content

Commit c123f30

Browse files
committed
Use cirros with non-default password
1 parent d4d7093 commit c123f30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/rally-verify-wrapper.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ crudini --set ~/.rally/rally.conf openstack flavor_ref_ram 128
8585
crudini --set ~/.rally/rally.conf openstack flavor_ref_alt_ram 256
8686
crudini --set ~/.rally/rally.conf openstack flavor_ref_disk 1
8787
crudini --set ~/.rally/rally.conf openstack flavor_ref_alt_disk 1
88-
crudini --set ~/.rally/rally.conf openstack img_url http://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img
88+
# Use a StackHPC-built image without a default password.
89+
crudini --set ~/.rally/rally.conf openstack img_url https://github.com/stackhpc/cirros/releases/download/20231206/cirros-d231206-x86_64-disk.img
8990

9091
# WARNING: This option relies on a custom fork for rally-openstack and should
9192
# be considered unstable

0 commit comments

Comments
 (0)