Merge "Switch fuel-qa to use stable/mitaka by default"

This commit is contained in:
Jenkins 2016-07-20 09:22:17 +00:00 committed by Gerrit Code Review
commit 337efec8e2
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ set -e
# Initialize the variables
BASE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
VENV_PATH=${VENV_PATH:-"${BASE_DIR}"/venv-stacklight-tests}
FUELQA_GITREF=${FUELQA_GITREF:-stable/8.0}
FUELQA_GITREF=${FUELQA_GITREF:-stable/mitaka}
# Create the virtual environment if it doesn't exist yet
if [[ ! -f "$VENV_PATH"/bin/activate ]]; then

View File

@ -17,7 +17,7 @@ def get_requirements_list(requirements):
setup(
name='fuelweb_test',
version=8.0,
version=9.0,
description='Fuel-qa fuelweb package',
url='http://www.openstack.org/',