diff --git a/heat/engine/resources/openstack/heat/autoscaling_group.py b/heat/engine/resources/openstack/heat/autoscaling_group.py index e62ecad979..f5d872a2d1 100644 --- a/heat/engine/resources/openstack/heat/autoscaling_group.py +++ b/heat/engine/resources/openstack/heat/autoscaling_group.py @@ -124,7 +124,8 @@ class AutoScalingResourceGroup(aws_asg.AutoScalingGroup): support_status=support.SupportStatus(version='2014.2') ), CURRENT_SIZE: attributes.Schema( - _("The current size of AutoscalingResourceGroup.") + _("The current size of AutoscalingResourceGroup."), + support_status=support.SupportStatus(version='2015.1') ), } update_policy_schema = {}