(Quick-Fix) Adds back tempest identity back to gate

Please merge this only if patch 263557 doesn't work.
This patch reverts back necessary changes from
https://review.openstack.org/#/c/256164 to temporarily
unblock the gate.  Once the dynamic credentials patch
is completed, this patch can be reverted.

Change-Id: I79450810b7e43ba6fe150d3acbd998675d675593
This commit is contained in:
dimtruck 2016-01-05 02:04:47 -06:00 committed by Eli Qiao
parent 2e7a5f8c15
commit 51ed8c4633
1 changed files with 8 additions and 0 deletions

View File

@ -142,6 +142,14 @@ if [[ "api" == "$coe" ]]; then
iniset $BASE/new/tempest/etc/tempest.conf magnum keypair_id default
iniset $BASE/new/tempest/etc/tempest.conf magnum flavor_id m1.magnum
# This is a quick fix in case the other patch fails. Just to unblock gate
iniset $BASE/new/tempest/etc/tempest.conf identity username ${TEMPEST_USERNAME:-demo}
iniset $BASE/new/tempest/etc/tempest.conf identity password "${ADMIN_PASSWORD:-secrete}"
iniset $BASE/new/tempest/etc/tempest.conf identity tenant_name ${TEMPEST_TENANT_NAME:-demo}
iniset $BASE/new/tempest/etc/tempest.conf identity alt_username ${ALT_USERNAME:-alt_demo}
iniset $BASE/new/tempest/etc/tempest.conf identity alt_password "${ADMIN_PASSWORD:-secrete}"
iniset $BASE/new/tempest/etc/tempest.conf identity alt_tenant_name ${ALT_TENANT_NAME:-alt_demo}
# show tempest config with magnum
cat etc/tempest.conf