Skip to content

Commit

Permalink
Adding Region to Identity section
Browse files Browse the repository at this point in the history
  • Loading branch information
itzikb authored Mar 12, 2017
1 parent 265b82f commit 7df274d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_tempest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ done

cd /home/centos/redhat-tempest/python-tempestconf
source ../bin/activate
python config_tempest/config_tempest.py identity.uri $OS_AUTH_URL identity.admin_password $OS_PASSWORD DEFAULT.use_stderr true --create
python config_tempest/config_tempest.py identity.uri $OS_AUTH_URL identity.admin_password $OS_PASSWORD DEFAULT.use_stderr true identity.region regionOne --create
sudo cp etc/tempest.conf /etc/tempest
if [ "${OTHER_CONFIG}" ]; then
bash ${OTHER_CONFIG}
Expand Down

0 comments on commit 7df274d

Please sign in to comment.