diff options
author | Dan Radez <dradez@redhat.com> | 2016-10-03 09:32:12 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2016-10-03 09:32:12 -0400 |
commit | ad58eb33f6ae06ca82bdf72f0590cfa9bb0d3d7f (patch) | |
tree | 37b1b9af1a30d29a03b0bc04addd011780e76c2a | |
parent | 9239d8f96cdd4dfc014de2d211312c3719eceaca (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>
-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" \ |