diff options
-rw-r--r-- | ci/PR_revision.log | 1 | ||||
-rwxr-xr-x | lib/post-install-functions.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ci/PR_revision.log b/ci/PR_revision.log index 43fe2167..1328da23 100644 --- a/ci/PR_revision.log +++ b/ci/PR_revision.log @@ -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 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 |