By default, OpenStack will schedule you into the right availablity
zone that has capacity, hard coding this can potentially result in
not being able to provision new virtual machines.
This patch drops the hard-wired value and lets Nova on the
scheduling size pick the correct availability zone.
Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
Change-Id: Ibd3759a5f41af9ffa8f652dd47a388c5572c33d6
SANDBOX_CAP=4
FLOATING_IP_POOL=
SECURITY_GROUPS=default
-AVAILABILITY_ZONE=ca-ymq-2
STARTUP_TIMEOUT=600000
KEY_PAIR_NAME=jenkins
NUM_EXECUTORS=1
"cloud_network": null,
"cloud_user_data": null,
"cloud_region": "ca-ymq-1",
- "cloud_availability_zone": "ca-ymq-2",
"vm_use_block_storage": "true",
"vm_volume_size": "30",
"vm_image_disk_format": "",