Fix tox_install branch name

In master we want to use the master branch. Commit e27a1c9970
introcuced the wrong branch name.

Change-Id: Ic1e9b8f95b5b4bb7ae8d655be4d0b0f260be6d10
This commit is contained in:
Thomas Bechtold 2017-04-10 13:35:51 +02:00
parent e27a1c9970
commit fff9bf0255
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=stable/ocata
BRANCH_NAME=master
PACKAGE_NAME=monasca-ui
requirements_installed=$(echo "import openstack_requirements" | python 2>/dev/null ; echo $?)