diff options
author | Michael Chapman <michapma@redhat.com> | 2016-08-17 02:47:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-17 02:47:26 +0000 |
commit | 85f552feeeddf4d63480507eeb9322fa85a0ab29 (patch) | |
tree | d6f158d1414c2851c497c0e4d939cfbcb98690ce /build | |
parent | 02421ca1cb31c33219ccea540f37d8dc6f1f9bde (diff) | |
parent | b31c262a32f85291c7546c248617fdbbe9e8b504 (diff) |
Merge "Fix tacker endpoint"
Diffstat (limited to 'build')
-rwxr-xr-x | build/undercloud.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/undercloud.sh b/build/undercloud.sh index 43884b16..75aa265a 100755 --- a/build/undercloud.sh +++ b/build/undercloud.sh @@ -59,7 +59,7 @@ LIBGUESTFS_BACKEND=direct virt-customize \ --run-command "sed -i '/SERVICE_LIST/a\\ \x27tacker\x27: {\x27password_field\x27: \x27OVERCLOUD_TACKER_PASSWORD\x27},' /usr/lib/python2.7/site-packages/tripleoclient/constants.py" \ --run-command "sed -i '/PASSWORD_NAMES =/a\\ \"OVERCLOUD_TACKER_PASSWORD\",' /usr/lib/python2.7/site-packages/tripleoclient/utils.py" \ --run-command "sed -i '/AodhPassword/a\\ parameters\[\x27TackerPassword\x27\] = passwords\[\x27OVERCLOUD_TACKER_PASSWORD\x27\]' /usr/lib/python2.7/site-packages/tripleoclient/v1/overcloud_deploy.py" \ - --run-command "sed -i '/^SERVICES/a\ \x27tacker\x27: {\x27description\x27: \x27Tacker Service\x27, \x27type\x27: \x27servicevm\x27, \x27path\x27: \x27/\x27, \x27port\x27: 1789 },' /usr/lib/python2.7/site-packages/os_cloud_config/keystone.py" \ + --run-command "sed -i '/^SERVICES/a\ \x27tacker\x27: {\x27description\x27: \x27Tacker Service\x27, \x27type\x27: \x27servicevm\x27, \x27path\x27: \x27/\x27, \x27port\x27: 8888 },' /usr/lib/python2.7/site-packages/os_cloud_config/keystone.py" \ --upload /tmp/tacker.repo:/etc/yum.repos.d/ \ --install "python-tackerclient" \ --install "python2-aodhclient" \ |