diff options
author | Tim Rozet <trozet@redhat.com> | 2017-09-23 04:37:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-23 04:37:48 +0000 |
commit | 533de7d23345f63709d17f0d18ad40923d3c4ef5 (patch) | |
tree | 3cec62c77e1ad96dbc4026455d0f823286fe8980 /build | |
parent | b05ec7236084d6628c4a99e1ed2805b883abe78c (diff) | |
parent | 0c3445f1201cee43f0a167e4c877d95e2c650b50 (diff) |
Merge "Fixes Tacker auth and fernet keys dir"
Diffstat (limited to 'build')
-rwxr-xr-x | build/undercloud.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/undercloud.sh b/build/undercloud.sh index 05cbf552..ae2a0b85 100755 --- a/build/undercloud.sh +++ b/build/undercloud.sh @@ -53,6 +53,7 @@ LIBGUESTFS_BACKEND=direct virt-customize \ --upload ${BUILD_ROOT}/baremetal-environment.yaml:/home/stack/ \ --uninstall "libvirt-client" \ --install "libguestfs-tools" \ + --install "python-tackerclient" \ -a undercloud_build.qcow2 mv -f undercloud_build.qcow2 undercloud.qcow2 |