From 8fc86432773dc772cb1f873f4ba0a16179facff2 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 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rally-jobs/extra/server_with_ports.yaml.template b/rally-jobs/extra/server_with_ports.yaml.template index 18ff9502..909f45d2 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 a0b235d3..23c88271 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