Skip to content

Commit 0f3e410

Browse files
committed
Tweak rally generated default flavor sizes
Was having issues with the cirros instances failing to boot.
1 parent c26f263 commit 0f3e410

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/rally-verify-wrapper.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ set -x
7575
unset OS_CACERT
7676

7777
crudini --set ~/.rally/rally.conf DEFAULT openstack_client_http_timeout 300
78+
crudini --set ~/.rally/rally.conf openstack flavor_ref_ram 128
79+
crudini --set ~/.rally/rally.conf openstack flavor_ref_alt_ram 256
80+
crudini --set ~/.rally/rally.conf openstack flavor_ref_disk 1
81+
crudini --set ~/.rally/rally.conf openstack flavor_ref_alt_disk 1
7882

7983
rally deployment create --fromenv --name openstack
8084

0 commit comments

Comments
 (0)