Use stable/ocata version from networking-sfc

Change-Id: I1006d7636e64a1ebe94aee73a5b671c75a073bf0
This commit is contained in:
Gary Kotton 2017-03-07 03:01:29 -08:00
parent 9213de8742
commit 3ebc8c2ad7
1 changed files with 0 additions and 6 deletions

View File

@ -31,12 +31,6 @@ if [ $CONSTRAINTS_FILE != "unconstrained" ]; then
install_cmd="$install_cmd -c$CONSTRAINTS_FILE"
fi
#Blow this away then a stable version is created
echo ${PROJ}
if [ ${PROJ} = "networking-sfc" ]; then
BRANCH_NAME=master
fi
if [ $neutron_installed -eq 0 ]; then
echo "ALREADY INSTALLED" > /tmp/tox_install-${PROJ}.txt
echo "${PROJ} already installed; using existing package"