Merge "Switch fuel-qa to use stable/mitaka by default"
This commit is contained in:
commit
337efec8e2
@ -8,7 +8,7 @@ set -e
|
|||||||
# Initialize the variables
|
# Initialize the variables
|
||||||
BASE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
BASE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
VENV_PATH=${VENV_PATH:-"${BASE_DIR}"/venv-stacklight-tests}
|
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
|
# Create the virtual environment if it doesn't exist yet
|
||||||
if [[ ! -f "$VENV_PATH"/bin/activate ]]; then
|
if [[ ! -f "$VENV_PATH"/bin/activate ]]; then
|
||||||
|
@ -17,7 +17,7 @@ def get_requirements_list(requirements):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='fuelweb_test',
|
name='fuelweb_test',
|
||||||
version=8.0,
|
version=9.0,
|
||||||
description='Fuel-qa fuelweb package',
|
description='Fuel-qa fuelweb package',
|
||||||
|
|
||||||
url='http://www.openstack.org/',
|
url='http://www.openstack.org/',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user