Updated from OpenStack Ansible Tests

Change-Id: Ice7bb57beebb98d973c9edd3f165f5e87afe4f40
This commit is contained in:
OpenStack Proposal Bot 2018-02-14 20:05:22 +00:00
parent 39477ea148
commit deb49a6499
2 changed files with 4 additions and 2 deletions

4
Vagrantfile vendored
View File

@ -20,6 +20,8 @@ Vagrant.configure(2) do |config|
v.cpus = 2
end
config.vm.synced_folder ".", "/vagrant", type: "rsync"
config.vm.provision "shell",
privileged: false,
inline: <<-SHELL
@ -44,4 +46,4 @@ Vagrant.configure(2) do |config|
centos7.vm.box = "centos/7"
end
end
end

View File

@ -110,7 +110,7 @@ fi
# tests repo are not supported.
if [[ "${CLONE_UPGRADE_TESTS}" == "yes" ]]; then
if [[ ! -d "${WORKING_DIR}/tests/common/previous" ]]; then
git clone -b stable/pike \
git clone -b stable/queens \
https://git.openstack.org/openstack/openstack-ansible-tests \
${WORKING_DIR}/tests/common/previous
fi