Adding endpoint url definitions to congress 91/29291/2
authorDan Radez <dradez@redhat.com>
Thu, 23 Feb 2017 16:04:00 +0000 (11:04 -0500)
committerDan Radez <dradez@redhat.com>
Thu, 23 Feb 2017 19:08:12 +0000 (14:08 -0500)
opnfv-tht-pr: 109

Change-Id: Iad64221f4ced02eb78661ded6c9185554698200b
Signed-off-by: Dan Radez <dradez@redhat.com>
ci/PR_revision.log
lib/post-install-functions.sh

index 43fe216..1328da2 100644 (file)
@@ -6,3 +6,4 @@
 98,Tacker support
 107,Enable ODL clustering
 110,Adding endpoint url definitions for tacker
+109,Adding endpoint url definitions to congress
index 22d7c20..c09383d 100755 (executable)
@@ -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