summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-05-22 15:32:26 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-05-22 15:32:26 -0400
commit37bcb42b746cc9f0901f8610f18de337e4057f93 (patch)
tree9c74db2cd06ac601a334dd89b4af973a51c03d4f
parentf2a2abc37c92881156ed84f2aa9f86b5bcd0e112 (diff)
downloadmeta-cloud-services-37bcb42b746cc9f0901f8610f18de337e4057f93.tar.gz
heat: change template version to 2013-05-23
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-heat/autoscaling_example.template2
-rw-r--r--meta-openstack/recipes-devtools/python/python-heat/one_vm_example.template2
-rw-r--r--meta-openstack/recipes-devtools/python/python-heat/two_vms_example.template2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-heat/autoscaling_example.template b/meta-openstack/recipes-devtools/python/python-heat/autoscaling_example.template
index 6391187..1479a99 100644
--- a/meta-openstack/recipes-devtools/python/python-heat/autoscaling_example.template
+++ b/meta-openstack/recipes-devtools/python/python-heat/autoscaling_example.template
@@ -1,4 +1,4 @@
1heat_template_version: 2014-05-06 1heat_template_version: 2013-05-23
2description: AutoScaling 2description: AutoScaling
3parameters: 3parameters:
4 instance_type: 4 instance_type:
diff --git a/meta-openstack/recipes-devtools/python/python-heat/one_vm_example.template b/meta-openstack/recipes-devtools/python/python-heat/one_vm_example.template
index 07d6e6d..17711dc 100644
--- a/meta-openstack/recipes-devtools/python/python-heat/one_vm_example.template
+++ b/meta-openstack/recipes-devtools/python/python-heat/one_vm_example.template
@@ -1,4 +1,4 @@
1heat_template_version: 2014-05-06 1heat_template_version: 2013-05-23
2description: Template to deploy one VM 2description: Template to deploy one VM
3parameters: 3parameters:
4 vm_type: 4 vm_type:
diff --git a/meta-openstack/recipes-devtools/python/python-heat/two_vms_example.template b/meta-openstack/recipes-devtools/python/python-heat/two_vms_example.template
index 9690e5a..2f2e2b5 100644
--- a/meta-openstack/recipes-devtools/python/python-heat/two_vms_example.template
+++ b/meta-openstack/recipes-devtools/python/python-heat/two_vms_example.template
@@ -1,4 +1,4 @@
1heat_template_version: 2014-05-06 1heat_template_version: 2013-05-23
2description: Template to deploy two VMs 2description: Template to deploy two VMs
3parameters: 3parameters:
4 vm_type: 4 vm_type: