summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2017-02-23 11:04:00 -0500
committerDan Radez <dradez@redhat.com>2017-02-23 14:08:12 -0500
commitf32bfdb335a7bd446305fb2778149e4041d29a62 (patch)
treec42080dfb44f827f717aa0f13cd6f7206b0e6522 /lib
parent7356086c6cfb04eb120b5c5a9956fb589b0282c5 (diff)
Adding endpoint url definitions to congress
opnfv-tht-pr: 109 Change-Id: Iad64221f4ced02eb78661ded6c9185554698200b Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'lib')
-rwxr-xr-xlib/post-install-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/post-install-functions.sh b/lib/post-install-functions.sh
index 22d7c20d..c09383d6 100755
--- a/lib/post-install-functions.sh
+++ b/lib/post-install-functions.sh
@@ -131,7 +131,7 @@ fi
if [ "${deploy_options_array['congress']}" == 'True' ]; then
ds_configs="--config username=\$OS_USERNAME
- --config tenant_name=\$OS_TENANT_NAME
+ --config tenant_name=service
--config password=\$OS_PASSWORD
--config auth_url=\$OS_AUTH_URL"
for s in nova neutronv2 ceilometer cinder glancev2 keystone; do