diff options
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: |