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.

Conflicts:
	.zuul.yaml

Change-Id: I4c6c3b1d0e0c38c8130440c2b6c162fd65532179
(cherry picked from commit e17325dd3b)
This commit is contained in:
Ivan Kolodyazhny 2019-06-27 08:43:34 +00:00 committed by Akihiro Motoki
parent 919870a13b
commit b22a1e39c4
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
- ^openstack_dashboard/dashboards/.*/tests.py$ - ^openstack_dashboard/dashboards/.*/tests.py$
vars: vars:
devstack_localrc: devstack_localrc:
TEMPEST_PLUGINS: "'{{ ansible_user_dir }}/src/opendev.org/openstack/tempest-horizon'" TEMPEST_PLUGINS: "{{ ansible_user_dir }}/src/opendev.org/openstack/tempest-horizon"
devstack_services: devstack_services:
horizon: true horizon: true
tempest: true tempest: true