diff --git a/playbooks/legacy/python-ironic-inspector-client-tempest-dsvm/run.yaml b/playbooks/legacy/python-ironic-inspector-client-tempest-dsvm/run.yaml index 7f37aef..4284079 100644 --- a/playbooks/legacy/python-ironic-inspector-client-tempest-dsvm/run.yaml +++ b/playbooks/legacy/python-ironic-inspector-client-tempest-dsvm/run.yaml @@ -51,16 +51,6 @@ export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin ironic-inspector git://git.openstack.org/openstack/ironic-inspector" - # use tempest plugin - if [[ "$ZUUL_BRANCH" != "master" ]] ; then - # NOTE(jroll) if this is not a patch against master, then - # fetch master to install the plugin - export DEVSTACK_LOCAL_CONFIG+=$'\n'"TEMPEST_PLUGINS+=' git+git://git.openstack.org/openstack/ironic-inspector'" - else - # on master, use the local change, so we can pick up any changes to the plugin - export DEVSTACK_LOCAL_CONFIG+=$'\n'"TEMPEST_PLUGINS+=' /opt/stack/new/ironic-inspector'" - fi - EOF chdir: '{{ ansible_user_dir }}/workspace' environment: '{{ zuul | zuul_legacy_vars }}'