Merge "Get the test env overcloud password from the correct place"

This commit is contained in:
Jenkins 2014-04-23 19:03:19 +00:00 committed by Gerrit Code Review
commit ba5d4985ec
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ source $(dirname ${BASH_SOURCE})/te_commonrc
export TE_OVERCLOUDIP=$(nova list | grep "notCompute0\|controller" | grep -oE '192.0.2.[0-9]+')
export TE_OVERCLOUDDNS=$(nova list | grep "notCompute0\|controller" | grep -oE '192.0.2.[0-9]+')
export TE_OVERCLOUDPASSWD=$(grep OVERCLOUD_ADMIN_PASSWORD $TRIPLEO_ROOT/tripleo-incubator/tripleo-overcloud-passwords | cut -d "=" -f 2)
export TE_OVERCLOUDPASSWD=$(grep OVERCLOUD_ADMIN_PASSWORD $TRIPLEO_ROOT/tripleo-overcloud-passwords | cut -d "=" -f 2)
export TE_GEARMANHOST=127.0.0.1
export TE_AUTHURL=http://$TE_OVERCLOUDIP:5000/v2.0
export TE_PUBLICINTERFACE=eth0