Merge "Set TEMPEST_CONCURRENCY to 1 for grenade-ironic"

This commit is contained in:
Jenkins 2016-05-06 07:22:46 +00:00 committed by Gerrit Code Review
commit 43ac4af75c

View File

@ -1882,7 +1882,7 @@
export DEVSTACK_GATE_IRONIC=1
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_GATE_VIRT_DRIVER=ironic
export TEMPEST_CONCURRENCY=2
export TEMPEST_CONCURRENCY=1
# The IPA ramdisk needs at least 1GB of RAM to run
export DEVSTACK_LOCAL_CONFIG="IRONIC_VM_SPECS_RAM=1024"$'\n'"IRONIC_VM_COUNT=1"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_DEPLOY_DRIVER_ISCSI_WITH_IPA=True"