Merge "Adding endpoint url definitions to congress"
authorDan Radez <dradez@redhat.com>
Mon, 27 Feb 2017 14:03:36 +0000 (14:03 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 27 Feb 2017 14:03:36 +0000 (14:03 +0000)
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