Fix role for Pike

Change-Id: I041d5f1516fc4155383299f75d688cc5eba40ad7
This commit is contained in:
Jean-Philippe Evrard 2017-10-13 09:49:27 +00:00
parent 2fbb2159df
commit f237727be0
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
#
# Base requirements for Ubuntu
build-essential [platform:dpkg]
gcc [platform:dpkg]
git-core [platform:dpkg]
libssl-dev [platform:dpkg]
libffi-dev [platform:dpkg]

View File

@ -56,7 +56,7 @@ git_clone_repo() {
if [[ "$(basename ${WORKING_DIR})" == "openstack-ansible-tests" ]]; then
ln -s ${WORKING_DIR} ${WORKING_DIR}/tests/common
else
git clone \
git clone -b stable/pike \
https://git.openstack.org/openstack/openstack-ansible-tests \
tests/common
fi

View File

@ -78,7 +78,7 @@ elif [[ ! -d tests/common ]]; then
if [[ "$(basename ${WORKING_DIR})" == "openstack-ansible-tests" ]]; then
ln -s ${WORKING_DIR} ${WORKING_DIR}/tests/common
else
git clone \
git clone -b stable/pike \
https://git.openstack.org/openstack/openstack-ansible-tests \
${WORKING_DIR}/tests/common
fi