summaryrefslogtreecommitdiffstats
path: root/components/congress/test-webapp/setup/install_congress_testserver.sh
diff options
context:
space:
mode:
authorblsaws <bryan.sullivan@att.com>2016-06-14 14:45:25 -0700
committerblsaws <bryan.sullivan@att.com>2016-06-14 14:45:25 -0700
commit6c56861d339035ef5399b0839262b0285721d45c (patch)
treeb4946024d00368d20d2af863b62d56ad897adfe7 /components/congress/test-webapp/setup/install_congress_testserver.sh
parent2c2706a89767de9f3df4cbeda9e8e1dad5e1fa33 (diff)
Further fixes to authentication
JIRA: COPPER-4 Change-Id: I7e42b4847faf2658bd8bce0857473929a635c092 Signed-off-by: blsaws <bryan.sullivan@att.com>
Diffstat (limited to 'components/congress/test-webapp/setup/install_congress_testserver.sh')
-rw-r--r--components/congress/test-webapp/setup/install_congress_testserver.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/congress/test-webapp/setup/install_congress_testserver.sh b/components/congress/test-webapp/setup/install_congress_testserver.sh
index 9145c98..7826007 100644
--- a/components/congress/test-webapp/setup/install_congress_testserver.sh
+++ b/components/congress/test-webapp/setup/install_congress_testserver.sh
@@ -92,6 +92,7 @@ source /tmp/copper/env.sh
echo "Point proxy.php to the Congress server"
sed -i -- "s/CONGRESS_HOST/$CONGRESS_HOST/g" /tmp/copper/copper/components/congress/test-webapp/www/proxy/index.php
echo "Add parameters for API authentication"
+sed -i -- "s/KEYSTONE_HOST/$KEYSTONE_HOST/g" /tmp/copper/copper/components/congress/test-webapp/www/proxy/index.php
sed -i -- "s/OS_USERNAME/$OS_USERNAME/g" /tmp/copper/copper/components/congress/test-webapp/www/proxy/index.php
sed -i -- "s/OS_PASSWORD/$OS_PASSWORD/g" /tmp/copper/copper/components/congress/test-webapp/www/proxy/index.php