summaryrefslogtreecommitdiffstats
path: root/build/Makefile
diff options
context:
space:
mode:
authorFeng Pan <fpan@redhat.com>2016-11-27 12:26:32 -0500
committerFeng Pan <fpan@redhat.com>2016-11-27 22:48:06 -0500
commitd9232d5a77879ce381142e866cd53ed1fc46e32d (patch)
treefee395985395e73de5a2c6a2812d204bd9ea50db /build/Makefile
parent9c9e9a64d472be177892049bf8dcb920c4fbc0d1 (diff)
Build failure fixes
- Remove puppet debug from overcloud image - file /var/lib/heat-config/hooks/puppet no longer exist in overcloud image. - Revert networking-vpp to known working version until fix is committed upstream. Change-Id: I9add838a60014a43774d4001ccd84ccad21a3343 Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'build/Makefile')
-rw-r--r--build/Makefile1
1 files changed, 1 insertions, 0 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 #