From 2799a5fcd76639a202092ea1b6fc242a8886dc56 Mon Sep 17 00:00:00 2001 From: David J Peacock Date: Wed, 18 Sep 2019 14:57:28 -0400 Subject: [PATCH] Correct availability_zone to be non-mandatory in heat As per CLI and GUI, availability_zone is not mandatory. In templates, it is. This is incorrect. This patch corrects behaviour to match CLI and GUI. Change-Id: Ice37340f084ea65bd4b46562145e82ede6bc0df5 Closes-Bug: 1749767 --- heat/engine/resources/openstack/nova/host_aggregate.py | 1 - 1 file changed, 1 deletion(-) diff --git a/heat/engine/resources/openstack/nova/host_aggregate.py b/heat/engine/resources/openstack/nova/host_aggregate.py index 2b6f0ce81b..ee57fe27bb 100644 --- a/heat/engine/resources/openstack/nova/host_aggregate.py +++ b/heat/engine/resources/openstack/nova/host_aggregate.py @@ -56,7 +56,6 @@ class HostAggregate(resource.Resource): AVAILABILITY_ZONE: properties.Schema( properties.Schema.STRING, _('Name for the availability zone.'), - required=True, update_allowed=True, ), HOSTS: properties.Schema(