Enable Neutron for ironic-parallel

Neutron is required to be enabled for devstack+ironic. This was overlooked in
the job config for the parallel ironic jobs.

Change-Id: I1f5a44b572a20fe9b7a2bb62d6aaec88fed6eb95
This commit is contained in:
Adam Gandelman 2014-09-22 15:31:36 -07:00
parent 150e93be7d
commit e117db7c4b

View File

@ -595,6 +595,7 @@
export DEVSTACK_GATE_TIMEOUT=120
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_IRONIC=1
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_GATE_VIRT_DRIVER=ironic
export TEMPEST_CONCURRENCY=2
export BRANCH_OVERRIDE={branch-override}