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
This commit is contained in:
Ivan Kolodyazhny 2019-06-27 08:43:34 +00:00
parent 63ca38f00d
commit e17325dd3b
1 changed files with 1 additions and 1 deletions

View File

@ -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