summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/Makefile1
-rwxr-xr-xbuild/overcloud-full.sh1
2 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile b/build/Makefile
index c693e895..2ff7c8eb 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -204,6 +204,7 @@ networking-vpp.noarch.rpm: networking-vpp
networking-vpp:
git clone https://git.openstack.org/openstack/networking-vpp
+ pushd networking-vpp && git reset --hard 343e8584e445e3dfc10975041d78df8abee1796d
###############
# UNDERCLOUD #
diff --git a/build/overcloud-full.sh b/build/overcloud-full.sh
index fa4444a4..148b0f0a 100755
--- a/build/overcloud-full.sh
+++ b/build/overcloud-full.sh
@@ -127,7 +127,6 @@ LIBGUESTFS_BACKEND=direct virt-customize \
--upload puppet-congress.tar.gz:/etc/puppet/modules/ \
--run-command "cd /etc/puppet/modules/ && tar xzf puppet-congress.tar.gz" \
--run-command "cd /usr/lib/python2.7/site-packages/congress/datasources && curl -O $doctor_driver" \
- --run-command "sed -i \"s/'--detailed-exitcodes',/'--detailed-exitcodes','-l','syslog','-l','console',/g\" /var/lib/heat-config/hooks/puppet" \
--run-command "yum install -y /root/fdio/*.rpm" \
--run-command "rm -f /etc/sysctl.d/80-vpp.conf" \
--install unzip \