Use OVS branch-2.5 instead of master

Master branch is not stable, use branch-2.5 as default
branch for OVS installations

Change-Id: I8865a91e892c61778881738bb53b0c1ed924766e
This commit is contained in:
Gal Sagie 2016-01-06 11:14:28 +02:00
parent a66e6ca64c
commit accf1cf135
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ OVS_REPO=${OVS_REPO:-http://github.com/openvswitch/ovs.git}
OVS_REPO_NAME=$(basename ${OVS_REPO} | cut -f1 -d'.')
# The branch to use from $OVS_REPO
OVS_BRANCH=${OVS_BRANCH:-origin/master}
# TODO(gsagie) Currently take branch-2.5 branch as master is not stable
OVS_BRANCH=${OVS_BRANCH:-origin/branch-2.5}
DEFAULT_NB_DRIVER_CLASS="dragonflow.db.drivers.etcd_db_driver.EtcdDbDriver"
DEFAULT_TUNNEL_TYPE="geneve"