Use stable/newton branch in tox_install.sh wrapper script.

Change the branch to stable/newton to respect upper
constraints properly.

Change-Id: I0982479438fccf032132210619b351db4ccc8535
This commit is contained in:
Michal Pryc 2016-11-24 11:48:11 +01:00
parent 2d1115b4a8
commit a8b7ea6e9a
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
# the constraints file before applying it for from-source installation.
ZUUL_CLONER=/usr/zuul-env/bin/zuul-cloner
BRANCH_NAME=master
BRANCH_NAME=stable/newton
CLIENT_NAME=python-glanceclient
requirements_installed=$(echo "import openstack_requirements" | python 2>/dev/null ; echo $?)