Skip to content

Commit 2338b4e

Browse files
committed
Fix RALLY_CONF_ENABLE_CREATE_TEMPEST_RESOURCES
1 parent 5dd13a8 commit 2338b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/rally-verify-wrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ crudini --set ~/.rally/rally.conf openstack img_url http://download.cirros-cloud
9090
# WARNING: This option relies on a custom fork for rally-openstack and should
9191
# be considered unstable
9292
if [ ! -z ${RALLY_CONF_ENABLE_CREATE_TEMPEST_RESOURCES:+x} ]; then
93-
crudini --set ~/.rally/rally.conf openstack enable_create_resources true
93+
crudini --set ~/.rally/rally.conf openstack enable_create_resources "${RALLY_CONF_ENABLE_CREATE_TEMPEST_RESOURCES}"
9494
fi
9595

9696
rally deployment create --fromenv --name openstack

0 commit comments

Comments
 (0)