diff options
author | Tim Rozet <trozet@redhat.com> | 2017-09-24 01:50:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-24 01:50:43 +0000 |
commit | 3b6c30db67c1caae5a0c3dbe95191853287b99f8 (patch) | |
tree | b002653164240119ed2b614db908bc6f6b7a53b9 /build | |
parent | fdd8224c18d5e1ab88a47fcacaad2828db6e9f33 (diff) | |
parent | c41a545351491c78f75ae5fdb8337a3f75f28fee (diff) |
Merge "Fixes Tacker auth and fernet keys dir" into stable/euphrates
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 83ed21be..5930c503 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 |