Temporary fix for problems with plugin builds

Details: https://jira.opnfv.org/browse/FUEL-154

Change-Id: I8484139b6594b3fbf9000c5b43a039b42ebdd0f6
Signed-off-by: Michal Skalski <mskalski@mirantis.com>
This commit is contained in:
Michal Skalski 2016-07-21 10:08:38 +02:00
parent c401a16677
commit 3349842af5
1 changed files with 4 additions and 1 deletions

View File

@ -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}