From 2ae3bdb459aa03e7350099e27ac186168b4878dd Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Thu, 14 Jun 2018 16:02:52 +0100 Subject: [PATCH] tox.ini: Use common vars file for distibution installations Change-Id: I944369645135bb446b4f447aaf55c6115ba1332d Implements: blueprint openstack-distribution-packages --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ad0c8816..20639d34 100644 --- a/tox.ini +++ b/tox.ini @@ -109,7 +109,7 @@ setenv = # The test-swift-functional.yml requires tempest on the swift venv and # the distro scenario is not ready for that yet. TEST_PLAYBOOK={toxinidir}/tests/test.yml - ANSIBLE_PARAMETERS=-e swift_install_method=distro + ANSIBLE_PARAMETERS=-e @{toxinidir}/tests/common/test-distro_install-vars.yml commands = bash -c "{toxinidir}/tests/common/test-ansible-functional.sh"