From 7acbf4149cc5d425ac1dd049fce1a284033213ab Mon Sep 17 00:00:00 2001 From: Ivan Kolodyazhny Date: Thu, 27 Jun 2019 08:43:34 +0000 Subject: [PATCH] Fix quoting in zuul for tempest plugins Something has changed and the quoting used in the zuul jobs configuration no longer works. This patch removes the excess quoting. Change-Id: I4c6c3b1d0e0c38c8130440c2b6c162fd65532179 (cherry picked from commit e17325dd3bcedffe0b1a96c02b00e918d191a743) --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 54ee96ddff..17eeaaf63f 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -63,7 +63,7 @@ - ^openstack_dashboard/dashboards/.*/tests.py$ vars: devstack_localrc: - TEMPEST_PLUGINS: "'{{ ansible_user_dir }}/src/opendev.org/openstack/tempest-horizon'" + TEMPEST_PLUGINS: "{{ ansible_user_dir }}/src/opendev.org/openstack/tempest-horizon" USE_PYTHON3: true devstack_services: horizon: true