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-23 14:43:04 -0400 |
| commit | c293c3948d18faf6c26d3dd340b0a04a31641fcb (patch) | |
| tree | 194300eedb52feb2a7af8cbf32e3275210c859e1 /meta-openstack/recipes-devtools/python | |
| parent | a4bf3aa09a911cb75c78567760897a8bfb2a1d0b (diff) | |
| download | meta-cloud-services-c293c3948d18faf6c26d3dd340b0a04a31641fcb.tar.gz | |
heat: change template version to 2013-05-23
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
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: |
