Update sideways Ironic job

Sideways Ironic job is currently using the default libvirt driver on
the new side of the upgrade.  This sets the required virt driver
in the job.  This also enables Neutron for the job, which is required
for the devstack Ironic deployment.

Change-Id: I3118cb3322a93ad5873074765f6eef6c9d9c4acb
This commit is contained in:
Adam Gandelman 2014-09-04 11:36:51 -07:00
parent fe5ff4803b
commit 6d8ddcdcaa

View File

@ -1173,6 +1173,8 @@
export DEVSTACK_GATE_TEMPEST=0
export DEVSTACK_GATE_GRENADE=sideways-ironic
export DEVSTACK_GATE_IRONIC=1
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_GATE_VIRT_DRIVER=ironic
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE