From 2e7b2bad5b6c03c43cf410247f25de7aacfceea8 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Tue, 5 Jun 2018 15:37:22 +0200 Subject: [PATCH] Stop using pxe_ipmitool in grenade Change-Id: I1673d0adf1128ef65aac7c89fa9b321449156217 --- playbooks/legacy/grenade-dsvm-ironic/run.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/legacy/grenade-dsvm-ironic/run.yaml b/playbooks/legacy/grenade-dsvm-ironic/run.yaml index a36fcfd504..8e8af0a972 100644 --- a/playbooks/legacy/grenade-dsvm-ironic/run.yaml +++ b/playbooks/legacy/grenade-dsvm-ironic/run.yaml @@ -100,7 +100,7 @@ export DEVSTACK_GATE_NEUTRON=1 export DEVSTACK_GATE_VIRT_DRIVER=ironic export DEVSTACK_GATE_CONFIGDRIVE=1 - export DEVSTACK_GATE_IRONIC_DRIVER=pxe_ipmitool + export DEVSTACK_GATE_IRONIC_DRIVER=ipmi export BRANCH_OVERRIDE="{{ zuul.override_checkout | default('default') }}" if [ "$BRANCH_OVERRIDE" != "default" ] ; then export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE