summaryrefslogtreecommitdiffstats
path: root/jenkins-config/clouds/openstack/FDIOVEX-CI/cloud.cfg
diff options
context:
space:
mode:
authorMohammed Naser <mnaser@vexxhost.com>2021-07-14 13:03:28 -0400
committerMohammed Naser <mnaser@vexxhost.com>2021-07-14 13:10:17 -0400
commit5178d03e22f14e2a5a7f243f80ec920ebea65c5f (patch)
tree7f34e59942fbe99b3711601883a951bf6148c9d0 /jenkins-config/clouds/openstack/FDIOVEX-CI/cloud.cfg
parentc9cf42cce23df5207876ab77eb7c81bbf0e8e679 (diff)
Drop AVAILABILITY_ZONE
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: Id87111f06ad702daedb947f7e4d67f4cbbc2ad1a
Diffstat (limited to 'jenkins-config/clouds/openstack/FDIOVEX-CI/cloud.cfg')
-rw-r--r--jenkins-config/clouds/openstack/FDIOVEX-CI/cloud.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/jenkins-config/clouds/openstack/FDIOVEX-CI/cloud.cfg b/jenkins-config/clouds/openstack/FDIOVEX-CI/cloud.cfg
index 80e19418e..da74aff20 100644
--- a/jenkins-config/clouds/openstack/FDIOVEX-CI/cloud.cfg
+++ b/jenkins-config/clouds/openstack/FDIOVEX-CI/cloud.cfg
@@ -15,7 +15,6 @@ INSTANCE_CAP=20
SANDBOX_CAP=5
FLOATING_IP_POOL=
SECURITY_GROUPS=default
-AVAILABILITY_ZONE=ca-ymq-2
STARTUP_TIMEOUT=600000
KEY_PAIR_NAME=jenkins
NUM_EXECUTORS=1