diff options
author | Dmitry Tantsur <dtantsur@protonmail.com> | 2019-06-26 10:54:17 +0200 |
---|---|---|
committer | Dmitry Tantsur <dtantsur@protonmail.com> | 2019-06-26 13:12:28 +0200 |
commit | ac0900add29e5a9098c3a3055fde645e7ad088a4 (patch) | |
tree | 6cf4a65f0c72f873dd990609d4ecd15361d5ef3b /zuul.d | |
parent | c3ae38d0ed7b3603c7dba833820fb8fc964fb5ff (diff) | |
download | ironic-ac0900add29e5a9098c3a3055fde645e7ad088a4.tar.gz |
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.
Change-Id: I2cc64580b089566e664d54ea2087878b9cce6666
Diffstat (limited to 'zuul.d')
-rw-r--r-- | zuul.d/ironic-jobs.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml index f606dac38..c99a5ac24 100644 --- a/zuul.d/ironic-jobs.yaml +++ b/zuul.d/ironic-jobs.yaml @@ -32,7 +32,7 @@ FORCE_CONFIG_DRIVE: True INSTALL_TEMPEST: False # Don't install a tempest package globaly 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 BUILD_TIMEOUT: 720 IRONIC_BAREMETAL_BASIC_OPS: True @@ -376,7 +376,7 @@ Q_PLUGIN: ml2 SWIFT_ENABLE_TEMPURLS: True SWIFT_TEMPURL_KEY: secretkey - TEMPEST_PLUGINS: "'{{ ansible_user_dir }}/src/opendev.org/openstack/ironic-tempest-plugin'" + TEMPEST_PLUGINS: "{{ ansible_user_dir }}/src/opendev.org/openstack/ironic-tempest-plugin" TENANT_VLAN_RANGE: 100:150 VIRT_DRIVER: ironic devstack_plugins: |