From 261df514f72d649e42f4dc06fa48781de9458651 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Fri, 16 Mar 2018 17:08:58 +0100 Subject: [PATCH] Gate: stop setting IRONIC_ENABLED_INSPECT_INTEFACES=inspector First, this is already handled by the ironic-inspector devstack plugin. Second, this list does not include the fake implementation, and since we enabled fake-hardware, the conductor no longer starts. Change-Id: I705ec9d03d33623bd908e1a48f428062041b5d89 --- playbooks/legacy/tempest-dsvm-ironic-inspector/run.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/playbooks/legacy/tempest-dsvm-ironic-inspector/run.yaml b/playbooks/legacy/tempest-dsvm-ironic-inspector/run.yaml index 504cf22276..af1bc632ee 100644 --- a/playbooks/legacy/tempest-dsvm-ironic-inspector/run.yaml +++ b/playbooks/legacy/tempest-dsvm-ironic-inspector/run.yaml @@ -87,8 +87,6 @@ export DEVSTACK_GATE_CONFIGDRIVE=1 export DEVSTACK_GATE_IRONIC_DRIVER=ipmi export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_DEFAULT_DEPLOY_INTERFACE=direct" - # TODO: move this to ironic-inspector devstack plugin - export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_ENABLED_INSPECT_INTERFACES=inspector" export BRANCH_OVERRIDE="{{ zuul.override_checkout | default('default') }}" if [ "$BRANCH_OVERRIDE" != "default" ] ; then export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE