diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-05-22 15:32:26 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-05-22 15:32:26 -0400 |
commit | 37bcb42b746cc9f0901f8610f18de337e4057f93 (patch) | |
tree | 9c74db2cd06ac601a334dd89b4af973a51c03d4f /meta-openstack | |
parent | f2a2abc37c92881156ed84f2aa9f86b5bcd0e112 (diff) | |
download | meta-cloud-services-37bcb42b746cc9f0901f8610f18de337e4057f93.tar.gz |
heat: change template version to 2013-05-23
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
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 @@ | |||
1 | heat_template_version: 2014-05-06 | 1 | heat_template_version: 2013-05-23 |
2 | description: AutoScaling | 2 | description: AutoScaling |
3 | parameters: | 3 | parameters: |
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 @@ | |||
1 | heat_template_version: 2014-05-06 | 1 | heat_template_version: 2013-05-23 |
2 | description: Template to deploy one VM | 2 | description: Template to deploy one VM |
3 | parameters: | 3 | parameters: |
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 @@ | |||
1 | heat_template_version: 2014-05-06 | 1 | heat_template_version: 2013-05-23 |
2 | description: Template to deploy two VMs | 2 | description: Template to deploy two VMs |
3 | parameters: | 3 | parameters: |
4 | vm_type: | 4 | vm_type: |