diff options
author | blsaws <bryan.sullivan@att.com> | 2016-06-14 16:36:23 -0700 |
---|---|---|
committer | blsaws <bryan.sullivan@att.com> | 2016-06-14 16:36:23 -0700 |
commit | 5c856171a061e7ce3f2ee6a28b76e08f907de368 (patch) | |
tree | e27e0572c7ddd790d91afd0bd34c210f44b1d699 /components/congress/test-webapp/setup | |
parent | 6f686820626472268a2abca9d507d7d79a4229e9 (diff) |
Add tenant name, further auth bug fixes
JIRA: COPPER-4
Change-Id: I442d6c26358a193ec77554be38d778c67439a8b4
Signed-off-by: blsaws <bryan.sullivan@att.com>
Diffstat (limited to 'components/congress/test-webapp/setup')
-rw-r--r-- | components/congress/test-webapp/setup/install_congress_testserver.sh | 1 |
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 78c0256..cd09e87 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 @@ 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_TENANT_NAME/$OS_TENANT_NAME/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 |