From b559b9e64c8afa603737dd46c4c080488dae852e Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Mon, 9 Apr 2018 15:13:15 +0200 Subject: Revert "display the correct deploy scenario for the functest run" This reverts commit 5dc7b76e38019c059cea159769cdb2c37af98ded. OPENSTACK_OSA_VERSION was removed by this patch and that variable is needed. By looking at the patch, it seems theat variable was removed by mistake Change-Id: I73dc7a7ec393231717f847ff303f9b2f99a00cc0 --- xci/playbooks/roles/prepare-functest/templates/run-functest.sh.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xci/playbooks/roles/prepare-functest/templates/run-functest.sh.j2') diff --git a/xci/playbooks/roles/prepare-functest/templates/run-functest.sh.j2 b/xci/playbooks/roles/prepare-functest/templates/run-functest.sh.j2 index a0ac9970..ee02fc65 100644 --- a/xci/playbooks/roles/prepare-functest/templates/run-functest.sh.j2 +++ b/xci/playbooks/roles/prepare-functest/templates/run-functest.sh.j2 @@ -1,7 +1,7 @@ #!/bin/bash # Variables that we need to pass from XCI to functest -XCI_ENV=(INSTALLER_TYPE XCI_FLAVOR) +XCI_ENV=(INSTALLER_TYPE XCI_FLAVOR OPENSTACK_OSA_VERSION) source /root/openrc -- cgit 1.2.3-korg