summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
authorDmitry Tantsur <divius.inside@gmail.com>2018-03-16 17:08:58 +0100
committerDmitry Tantsur <divius.inside@gmail.com>2018-03-16 17:08:58 +0100
commit261df514f72d649e42f4dc06fa48781de9458651 (patch)
treefb6eb59d95f2061a1fb545dcbbfd9c6d2e09447b /playbooks
parent3f40629c10f3024aab1f61c9f7674024d3bbcea3 (diff)
downloadironic-261df514f72d649e42f4dc06fa48781de9458651.tar.gz
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
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/legacy/tempest-dsvm-ironic-inspector/run.yaml2
1 files changed, 0 insertions, 2 deletions
diff --git a/playbooks/legacy/tempest-dsvm-ironic-inspector/run.yaml b/playbooks/legacy/tempest-dsvm-ironic-inspector/run.yaml
index 504cf2227..af1bc632e 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