From 72a92d7858b6dff4c0d88fe3f73136bf050541e2 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Wed, 14 Jul 2021 13:03:55 -0400 Subject: [PATCH] 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: I4de93141eab6666c7dcebb035dd53387806a4217 --- packer/templates/helm.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packer/templates/helm.json b/packer/templates/helm.json index 48a2a1b343..636ec46a42 100644 --- a/packer/templates/helm.json +++ b/packer/templates/helm.json @@ -31,7 +31,6 @@ "tenant_name": "{{user `cloud_tenant`}}", "domain_name": "Default", "region": "ca-ymq-1", - "availability_zone": "ca-ymq-2", "networks": ["{{user `cloud_network`}}"], "user_data_file": "{{user `cloud_user_data`}}", "ssh_username": "{{user `ssh_user`}}", -- 2.36.6