From da2b49e81c9b41bce3e607792f0c1aea40756492 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 10 Apr 2017 12:03:29 +0200 Subject: [PATCH] Run against ocata requirements Change-Id: I7344ff7fdb68cd00fa8c4cd84d4ceebcbadb3810 --- tools/tox_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tox_install.sh b/tools/tox_install.sh index 6e36bf9b..c78c806c 100755 --- a/tools/tox_install.sh +++ b/tools/tox_install.sh @@ -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/ocata PACKAGE_NAME=monasca-persister requirements_installed=$(echo "import openstack_requirements" | python 2>/dev/null ; echo $?)