diff options
author | Tim Rozet <trozet@redhat.com> | 2016-08-15 14:47:32 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-08-15 14:47:32 -0400 |
commit | 980bc7ed12e7e419fce5625aa037db5ba8c97785 (patch) | |
tree | f2ed2b0422affa1690956fe6aab53e5fcb59bc62 | |
parent | 7bc81629e67d747cc362056669070f856494fe01 (diff) |
Fixes heat-engine failures
Senlinclient was missing causing problems with heat-engine.
JIRA: APEX-231
Change-Id: I6793c352de117cf36b9660e9b99102a0189f8a6e
Signed-off-by: Tim Rozet <trozet@redhat.com>
-rwxr-xr-x | build/overcloud-full.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/overcloud-full.sh b/build/overcloud-full.sh index 6a72705a..a7d04eeb 100755 --- a/build/overcloud-full.sh +++ b/build/overcloud-full.sh @@ -140,6 +140,7 @@ LIBGUESTFS_BACKEND=direct virt-customize \ --upload puppet-tacker.tar.gz:/etc/puppet/modules/ \ --run-command "cd /etc/puppet/modules/ && tar xzf puppet-tacker.tar.gz" \ --run-command "yum install -y https://dl.dropboxusercontent.com/u/7079970/rabbitmq-server-3.6.3-5.el7ost.noarch.rpm" \ + --run-command "pip install python-senlinclient" \ -a overcloud-full_build.qcow2 mv -f overcloud-full_build.qcow2 overcloud-full.qcow2 |