fix: required openstack heat version for conditions is 2016-10-14 / newton

This commit is contained in:
Matthias Greiner
2017-05-13 17:12:45 +00:00
parent 98b5e9d57b
commit 0688c3c6a9
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
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

View File

@@ -1,4 +1,4 @@
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