From c354ebdf030b0fb1503e1ce39d009ebdddb0c858 Mon Sep 17 00:00:00 2001 From: Boris Pavlovic Date: Sat, 9 May 2015 01:00:07 +0300 Subject: [PATCH] [gates] Upated cirros image version in heat templates Cirros image was updated in gates, actual version number is cirros-0.3.4-x86_64-uec We should update all Heat templates to unblock gates Change-Id: I1bbfdb5a855930bd121f29513c8a0aa3d381bcaf --- rally-jobs/extra/server_with_ports.yaml.template | 4 ++-- rally-jobs/extra/server_with_volume.yaml.template | 2 +- .../scenarios/heat/templates/server_with_ports.yaml.template | 4 ++-- .../scenarios/heat/templates/server_with_volume.yaml.template | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/rally-jobs/extra/server_with_ports.yaml.template b/rally-jobs/extra/server_with_ports.yaml.template index 18ff950276..909f45d212 100644 --- a/rally-jobs/extra/server_with_ports.yaml.template +++ b/rally-jobs/extra/server_with_ports.yaml.template @@ -7,7 +7,7 @@ parameters: default: public image: type: string - default: cirros-0.3.2-x86_64-uec + default: cirros-0.3.4-x86_64-uec flavor: type: string default: m1.tiny @@ -61,4 +61,4 @@ resources: fixed_ips: - subnet: { get_resource: private_subnet } security_groups: - - { get_resource: port_security_group } \ No newline at end of file + - { get_resource: port_security_group } diff --git a/rally-jobs/extra/server_with_volume.yaml.template b/rally-jobs/extra/server_with_volume.yaml.template index a0b235d3df..23c8827145 100644 --- a/rally-jobs/extra/server_with_volume.yaml.template +++ b/rally-jobs/extra/server_with_volume.yaml.template @@ -4,7 +4,7 @@ parameters: # set all correct defaults for parameters before launch test image: type: string - default: cirros-0.3.2-x86_64-uec + default: cirros-0.3.4-x86_64-uec flavor: type: string default: m1.tiny diff --git a/samples/tasks/scenarios/heat/templates/server_with_ports.yaml.template b/samples/tasks/scenarios/heat/templates/server_with_ports.yaml.template index 18ff950276..909f45d212 100644 --- a/samples/tasks/scenarios/heat/templates/server_with_ports.yaml.template +++ b/samples/tasks/scenarios/heat/templates/server_with_ports.yaml.template @@ -7,7 +7,7 @@ parameters: default: public image: type: string - default: cirros-0.3.2-x86_64-uec + default: cirros-0.3.4-x86_64-uec flavor: type: string default: m1.tiny @@ -61,4 +61,4 @@ resources: fixed_ips: - subnet: { get_resource: private_subnet } security_groups: - - { get_resource: port_security_group } \ No newline at end of file + - { get_resource: port_security_group } diff --git a/samples/tasks/scenarios/heat/templates/server_with_volume.yaml.template b/samples/tasks/scenarios/heat/templates/server_with_volume.yaml.template index a0b235d3df..23c8827145 100644 --- a/samples/tasks/scenarios/heat/templates/server_with_volume.yaml.template +++ b/samples/tasks/scenarios/heat/templates/server_with_volume.yaml.template @@ -4,7 +4,7 @@ parameters: # set all correct defaults for parameters before launch test image: type: string - default: cirros-0.3.2-x86_64-uec + default: cirros-0.3.4-x86_64-uec flavor: type: string default: m1.tiny