diff options
author | Dan Radez <dradez@redhat.com> | 2017-02-23 11:04:00 -0500 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2017-02-23 14:08:12 -0500 |
commit | f32bfdb335a7bd446305fb2778149e4041d29a62 (patch) | |
tree | c42080dfb44f827f717aa0f13cd6f7206b0e6522 | |
parent | 7356086c6cfb04eb120b5c5a9956fb589b0282c5 (diff) |
Adding endpoint url definitions to congress
opnfv-tht-pr: 109
Change-Id: Iad64221f4ced02eb78661ded6c9185554698200b
Signed-off-by: Dan Radez <dradez@redhat.com>
-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 |