Commit 35e563d7 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #45771 from magreiner/fix-heatversion

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 ```
parents 26f00c66 0688c3c6
heat_template_version: 2014-10-16 heat_template_version: 2016-10-14
description: > description: >
Kubernetes cluster with one master and one or more worker nodes Kubernetes cluster with one master and one or more worker nodes
......
heat_template_version: 2014-10-16 heat_template_version: 2016-10-14
description: > description: >
This is a nested stack that defines a single Kubernetes minion, This stack is This is a nested stack that defines a single Kubernetes minion, This stack is
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment