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
This commit is contained in:
Dmitry Tantsur 2018-03-16 17:08:58 +01:00
parent 3f40629c10
commit 261df514f7
1 changed files with 0 additions and 2 deletions

View File

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