Fixes heat-engine failures 93/18693/1
authorTim Rozet <trozet@redhat.com>
Mon, 15 Aug 2016 18:47:32 +0000 (14:47 -0400)
committerTim Rozet <trozet@redhat.com>
Mon, 15 Aug 2016 18:47:32 +0000 (14:47 -0400)
Senlinclient was missing causing problems with heat-engine.

JIRA: APEX-231

Change-Id: I6793c352de117cf36b9660e9b99102a0189f8a6e
Signed-off-by: Tim Rozet <trozet@redhat.com>
build/overcloud-full.sh

index 6a72705..a7d04ee 100755 (executable)
@@ -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