diff --git a/pre_build_hook b/pre_build_hook index 7cffdf8..bc6100f 100755 --- a/pre_build_hook +++ b/pre_build_hook @@ -7,7 +7,10 @@ set -eux # Networking bgpvpn NETWORKING_BGPVPN_REPO=${NETWORKING_BGPVPN_REPO:-https://github.com/openstack/networking-bgpvpn.git} -NETWORKING_BGPVPN_BRANCH=${NETWORKING_BGPVPN_BRANCH:-stable/mitaka} + +# This commit https://github.com/openstack/networking-bgpvpn/commit/98d038079ee9004ac1032741c5b61e057e9118fc +# breaks builds of deb package using fpm, point to one behind +NETWORKING_BGPVPN_BRANCH=${NETWORKING_BGPVPN_BRANCH:-4b92d0cbe43097e1e86f2b7716f958c16a4e00e3} #Networking odl NETWORKING_ODL_REPO=${NETWORKING_ODL_REPO:-https://github.com/openstack/networking-odl.git}