Merge "Fix bash error in raally-gate script"
This commit is contained in:
commit
a9ad69ad37
@ -55,7 +55,7 @@ rally deployment use --deployment devstack
|
|||||||
|
|
||||||
# NOTE(ikhudoshyn): Create additional users and register a new env
|
# NOTE(ikhudoshyn): Create additional users and register a new env
|
||||||
# so that we could run scenarios using 'existing_users' context
|
# 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
|
source ~/.rally/openrc admin admin
|
||||||
openstack --version
|
openstack --version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user