CI: remove quotation marks from TEMPEST_PLUGINS variable

The has stopped working out of a sudden. We should move to tempest_plugins
zuul variable later on, but it is only available since Stein.

Conflicts:
      zuul.d/ironic-jobs.yaml

NOTE(mriedem): Conflicts are due to renaming and dropping dsvm
in Stein [1], switching the bfv job to zuul v3 [2] and changing
the multinode job to zuul v3 [3].

[1] I96a96a9d6f23f02f9f49c962f183e8c5ca78e048
[2] I6a70780f77a4c6a806b81deea600ac4b551a1bd2
[3] I6ab7bfa0343e0c8df5814d26e62864f3c66cf7b1

Change-Id: I2cc64580b089566e664d54ea2087878b9cce6666
(cherry picked from commit ac0900add2)
(cherry picked from commit ef0fde41e9)
This commit is contained in:
Dmitry Tantsur 2019-06-26 10:54:17 +02:00 committed by Matt Riedemann
parent d8f90356fb
commit a4ce385129
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
FORCE_CONFIG_DRIVE: True FORCE_CONFIG_DRIVE: True
INSTALL_TEMPEST: False # Don't install a tempest package globaly INSTALL_TEMPEST: False # Don't install a tempest package globaly
OVERRIDE_PUBLIC_BRIDGE_MTU: 1400 OVERRIDE_PUBLIC_BRIDGE_MTU: 1400
TEMPEST_PLUGINS: "'{{ ansible_user_dir }}/src/opendev.org/openstack/ironic-tempest-plugin'" TEMPEST_PLUGINS: "{{ ansible_user_dir }}/src/opendev.org/openstack/ironic-tempest-plugin"
VIRT_DRIVER: ironic VIRT_DRIVER: ironic
BUILD_TIMEOUT: 600 BUILD_TIMEOUT: 600
IRONIC_BAREMETAL_BASIC_OPS: True IRONIC_BAREMETAL_BASIC_OPS: True