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
This commit is contained in:
John L. Villalovos 2017-12-15 07:03:46 -08:00 committed by Sam Betts
parent 0c32e46c27
commit b6c521c797

View File

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