Change mogan tempest job to use ipmitool driver

the *_ssh drivers in ironic are unsupported since Newton and slated for
removal in Pike.

This patch moves gate-mogan-dsvm-tempest-plugin job to set up ironic
with agent_ipmitool driver insead of agent_ssh one.

This change was tested [0] with force-enabled *_ipmitool drivers and
the job in question has succeeded.

[0] https://review.openstack.org/#/c/452720

Change-Id: I06b72cb07cac0c864ad1713d0379e5496bdc1919
Related-Bug: #1570301
This commit is contained in:
Pavlo Shchelokovskyy 2017-04-03 15:15:46 +03:00
parent 37231da37f
commit c0f40cab24

View File

@ -23,7 +23,7 @@
export DEVSTACK_GATE_VIRT_DRIVER=ironic
export DEVSTACK_GATE_CONFIGDRIVE=1
export DEVSTACK_GATE_IRONIC_BUILD_RAMDISK=0
export DEVSTACK_GATE_IRONIC_DRIVER=agent_ssh
export DEVSTACK_GATE_IRONIC_DRIVER=agent_ipmitool
export PROJECTS="openstack/mogan $PROJECTS"
export PROJECTS="openstack/python-moganclient $PROJECTS"
export PROJECTS="openstack/ironic $PROJECTS"