From b6c521c797a103e95f5256b4e533c95cf66fbc97 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Fri, 15 Dec 2017 07:03:46 -0800 Subject: [PATCH] zuul: Remove duplicated TEMPEST_PLUGIN entry We don't need to have two TEMPEST_PLUGINS entry of the same value of /opt/stack/new/ironic-tempest-plugin. One is enough. Change-Id: I9527b0da0dae1552a320e5257d6f36f9d9446906 --- playbooks/legacy/tempest-dsvm-ironic-inspector/run.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/playbooks/legacy/tempest-dsvm-ironic-inspector/run.yaml b/playbooks/legacy/tempest-dsvm-ironic-inspector/run.yaml index b160e93d69..504cf22276 100644 --- a/playbooks/legacy/tempest-dsvm-ironic-inspector/run.yaml +++ b/playbooks/legacy/tempest-dsvm-ironic-inspector/run.yaml @@ -51,9 +51,6 @@ export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin ironic-inspector git://git.openstack.org/openstack/ironic-inspector" - # use tempest plugin - export DEVSTACK_LOCAL_CONFIG+=$'\n'"TEMPEST_PLUGINS+=' /opt/stack/new/ironic-tempest-plugin'" - export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_INSPECTOR_MANAGE_FIREWALL=True" EOF