summaryrefslogtreecommitdiffstats
path: root/packer/templates/memcached.json
diff options
context:
space:
mode:
authorMohammed Naser <mnaser@vexxhost.com>2021-07-14 12:31:58 -0400
committerMohammed Naser <mnaser@vexxhost.com>2021-07-14 12:39:23 -0400
commit73f1d115617b1c7de3242901d51328755cd242d5 (patch)
treeaaf935bca548ad362ab7b204b669aa21028eeaf6 /packer/templates/memcached.json
parent4b2867cc21c6455e3d72776079b38411a3760695 (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. Issue-ID: CIMAN-407 Change-Id: I4524c3c48595f79c903f159a81e3bb138dd9e9d0 Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
Diffstat (limited to 'packer/templates/memcached.json')
-rw-r--r--packer/templates/memcached.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/packer/templates/memcached.json b/packer/templates/memcached.json
index cd6daeebe..6cdab9d60 100644
--- a/packer/templates/memcached.json
+++ b/packer/templates/memcached.json
@@ -24,7 +24,6 @@
"tenant_name": "{{user `cloud_tenant`}}",
"domain_name": "Default",
"region": "ca-ymq-1",
- "availability_zone": "ca-ymq-2",
"networks": [
"{{user `cloud_network`}}"
],