diff options
author | 2016-02-24 01:23:00 +0000 | |
---|---|---|
committer | 2016-02-24 01:23:00 +0000 | |
commit | 57944a996c0e546c3726d70d55ad16912fe9fbb8 (patch) | |
tree | d701a3c14183eaf438c59d783ef8d00727871eb3 /build/instack.sh | |
parent | 44844d6fe06da44575ad4e9ffd59e39bbbee1df2 (diff) | |
parent | c86bd1f24647646b7489cd72e0a0bb91f4a505f1 (diff) |
Merge "Adding SDNVPN support"
Diffstat (limited to 'build/instack.sh')
-rwxr-xr-x | build/instack.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/instack.sh b/build/instack.sh index e8fcf7ba..932de57b 100755 --- a/build/instack.sh +++ b/build/instack.sh @@ -261,6 +261,7 @@ LIBGUESTFS_BACKEND=direct virt-customize \ --run-command "yum remove -y openstack-neutron-openvswitch" \ --run-command "echo 'nf_conntrack_proto_sctp' > /etc/modules-load.d/nf_conntrack_proto_sctp.conf" \ --run-command "if ! rpm -q epel-release > /dev/null; then yum install -y http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm; fi" \ + --install https://github.com/michaeltchapman/networking_rpm/raw/master/openstack-neutron-bgpvpn-2015.2-1.el7.centos.noarch.rpm \ --install "$AODH_PKG,ceph" \ -a overcloud-full-opendaylight.qcow2 |