Merge "Fix bash error in raally-gate script"

This commit is contained in:
Jenkins 2016-07-31 10:23:52 +00:00 committed by Gerrit Code Review
commit a9ad69ad37

View File

@ -55,7 +55,7 @@ rally deployment use --deployment devstack
# NOTE(ikhudoshyn): Create additional users and register a new env
# so that we could run scenarios using 'existing_users' context
if [ "$DEVSTACK_GATE_PREPOPULATE_USERS" -eq "1" ]; then
if [ "$DEVSTACK_GATE_PREPOPULATE_USERS" = "1" ]; then
source ~/.rally/openrc admin admin
openstack --version