-
Kubernetes Submit Queue authored
Automatic merge from submit-queue fix: required openstack heat version for conditions is 2016-10-14 / newton This fix sets the required heat version to 2016-10-14. In OpenStack heat the conditions statement was introduced in version 2016-10-14 | newton, accourding to: https://docs.openstack.org/releasenotes/heat/newton.html and more specific: https://docs.openstack.org/developer/heat/template_guide/hot_spec.html The conditions are used to make the assignment of public ips / floating ips optional (added in commit https://github.com/kubernetes/kubernetes/commit/4eef540876aecdb9fd954020b5569afccffea682). However this template is not compatible with OpenStack heat releases prior newton and produces the following error: ``` ERROR: Failed to validate: : resources.kube_minions: : "condition" is not a valid keyword inside a output definition ``` PR without a release note: ```release-note NONE ```
35e563d7