diff options
author | Tim Rozet <trozet@redhat.com> | 2018-02-05 11:26:27 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2018-02-07 09:53:06 -0500 |
commit | 50f1d92e0aa0e5720adc44f23ed59a4cfc1c4b58 (patch) | |
tree | e2e7ce20587ac56c48b5033101d7d008621d9fb2 /build/undercloud.sh | |
parent | e1eda223437eed7bef2bdfa7bef990a6749f1670 (diff) |
Fixes missing CephClientKey generation
In newer OOO deployments, the keys for ceph are dynamically generated.
Also removes tacker client patch for symmetrical as it is already
present in stable/pike:
https://github.com/openstack/python-tackerclient/commit/682c9651085214a58434ad6016d93b2cdc8f3462
JIRA: APEX-563
Change-Id: I01fb617b026bae5d6e265a4afbac270939627c5a
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'build/undercloud.sh')
-rwxr-xr-x | build/undercloud.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/undercloud.sh b/build/undercloud.sh index 0cfb6737..6bb8ac90 100755 --- a/build/undercloud.sh +++ b/build/undercloud.sh @@ -59,8 +59,6 @@ LIBGUESTFS_BACKEND=direct $VIRT_CUSTOMIZE \ --upload ${CACHE_DIR}/${calipso_script}:/root/ \ --install "libguestfs-tools" \ --install "python-tackerclient" \ - --upload ${BUILD_ROOT}/patches/tacker-client-fix-symmetrical.patch:/usr/lib/python2.7/site-packages/ \ - --run-command "cd usr/lib/python2.7/site-packages/ && patch -p1 < tacker-client-fix-symmetrical.patch" \ --run-command "yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo" \ --install yum-utils,lvm2,device-mapper-persistent-data \ -a undercloud_build.qcow2 |