From d132c2fcdd4389b4fed4f710a5ce201249023154 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Wed, 14 Jul 2021 13:04:00 -0400 Subject: [PATCH] Chore: 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 Change-Id: If962fb6c16905a57fb1548e6524badca41c1826c Signed-off-by: Mohammed Naser --- docs/infra/bootstrap.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/infra/bootstrap.rst b/docs/infra/bootstrap.rst index 7bb1488..e4561b2 100644 --- a/docs/infra/bootstrap.rst +++ b/docs/infra/bootstrap.rst @@ -289,7 +289,6 @@ Bootstrap common-packer and initial builder SANDBOX_CAP=4 FLOATING_IP_POOL= SECURITY_GROUPS=default - AVAILABILITY_ZONE=ca-ymq-2 STARTUP_TIMEOUT=600000 KEY_PAIR_NAME=jenkins-ssh NUM_EXECUTORS=1 -- 2.16.6