diff options
author | Dan Radez <dradez@redhat.com> | 2016-10-03 09:32:12 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2016-10-03 20:26:07 +0000 |
commit | 9151211535509a4210dc6873fc9bcef00300292b (patch) | |
tree | 1ec96b53643b42369b6078ddf28ff3684d602e75 | |
parent | 9b06e3cbd8d24ec9cf9cb0cbbf16b6b98b8e4b67 (diff) |
removing the rabbitmq package installed from dropbox
Package was a workaround to fix ipv6 support, cent has pulled in the
version we needed now so no need to side load it anymore.
Change-Id: I9fa0b6d4f53c3e3caf4b99a229ac74cb357bbb7c
Signed-off-by: Dan Radez <dradez@redhat.com>
(cherry picked from commit ad58eb33f6ae06ca82bdf72f0590cfa9bb0d3d7f)
-rwxr-xr-x | build/overcloud-full.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/overcloud-full.sh b/build/overcloud-full.sh index 88f96851..8ea52217 100755 --- a/build/overcloud-full.sh +++ b/build/overcloud-full.sh @@ -144,7 +144,6 @@ LIBGUESTFS_BACKEND=direct virt-customize \ --install /root/openstack-tacker-2015.2-1.trozet.noarch.rpm \ --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" \ --upload ../neutron/agent/interface/interface.py:/usr/lib/python2.7/site-packages/neutron/agent/linux/ \ --run-command "mkdir /root/fdio_neutron_l3" \ |