[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
This commit is contained in:
parent
1834286973
commit
c354ebdf03
@ -7,7 +7,7 @@ parameters:
|
|||||||
default: public
|
default: public
|
||||||
image:
|
image:
|
||||||
type: string
|
type: string
|
||||||
default: cirros-0.3.2-x86_64-uec
|
default: cirros-0.3.4-x86_64-uec
|
||||||
flavor:
|
flavor:
|
||||||
type: string
|
type: string
|
||||||
default: m1.tiny
|
default: m1.tiny
|
||||||
@ -61,4 +61,4 @@ resources:
|
|||||||
fixed_ips:
|
fixed_ips:
|
||||||
- subnet: { get_resource: private_subnet }
|
- subnet: { get_resource: private_subnet }
|
||||||
security_groups:
|
security_groups:
|
||||||
- { get_resource: port_security_group }
|
- { get_resource: port_security_group }
|
||||||
|
@ -4,7 +4,7 @@ parameters:
|
|||||||
# set all correct defaults for parameters before launch test
|
# set all correct defaults for parameters before launch test
|
||||||
image:
|
image:
|
||||||
type: string
|
type: string
|
||||||
default: cirros-0.3.2-x86_64-uec
|
default: cirros-0.3.4-x86_64-uec
|
||||||
flavor:
|
flavor:
|
||||||
type: string
|
type: string
|
||||||
default: m1.tiny
|
default: m1.tiny
|
||||||
|
@ -7,7 +7,7 @@ parameters:
|
|||||||
default: public
|
default: public
|
||||||
image:
|
image:
|
||||||
type: string
|
type: string
|
||||||
default: cirros-0.3.2-x86_64-uec
|
default: cirros-0.3.4-x86_64-uec
|
||||||
flavor:
|
flavor:
|
||||||
type: string
|
type: string
|
||||||
default: m1.tiny
|
default: m1.tiny
|
||||||
@ -61,4 +61,4 @@ resources:
|
|||||||
fixed_ips:
|
fixed_ips:
|
||||||
- subnet: { get_resource: private_subnet }
|
- subnet: { get_resource: private_subnet }
|
||||||
security_groups:
|
security_groups:
|
||||||
- { get_resource: port_security_group }
|
- { get_resource: port_security_group }
|
||||||
|
@ -4,7 +4,7 @@ parameters:
|
|||||||
# set all correct defaults for parameters before launch test
|
# set all correct defaults for parameters before launch test
|
||||||
image:
|
image:
|
||||||
type: string
|
type: string
|
||||||
default: cirros-0.3.2-x86_64-uec
|
default: cirros-0.3.4-x86_64-uec
|
||||||
flavor:
|
flavor:
|
||||||
type: string
|
type: string
|
||||||
default: m1.tiny
|
default: m1.tiny
|
||||||
|
Loading…
Reference in New Issue
Block a user