From d9232d5a77879ce381142e866cd53ed1fc46e32d Mon Sep 17 00:00:00 2001 From: Feng Pan Date: Sun, 27 Nov 2016 12:26:32 -0500 Subject: 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 --- build/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'build/Makefile') 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 # -- cgit 1.2.3-korg