Skip to content

Commit

Permalink
Merge pull request #14 from stackhpc/use-custom-cirros
Browse files Browse the repository at this point in the history
Use cirros with non-default password
  • Loading branch information
MoteHue authored Mar 14, 2024
2 parents fbf37af + c123f30 commit 801964a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/rally-verify-wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ crudini --set ~/.rally/rally.conf openstack flavor_ref_ram 128
crudini --set ~/.rally/rally.conf openstack flavor_ref_alt_ram 256
crudini --set ~/.rally/rally.conf openstack flavor_ref_disk 1
crudini --set ~/.rally/rally.conf openstack flavor_ref_alt_disk 1
crudini --set ~/.rally/rally.conf openstack img_url http://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img
# Use a StackHPC-built image without a default password.
crudini --set ~/.rally/rally.conf openstack img_url https://github.com/stackhpc/cirros/releases/download/20231206/cirros-d231206-x86_64-disk.img

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

0 comments on commit 801964a

Please sign in to comment.