File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 49
49
50
50
## Glance
51
51
$image_name = ' cirros' ,
52
- $image_source = ' http://download.cirros-cloud.net/0.3.1 /cirros-0.3.1 -x86_64-disk.img' ,
52
+ $image_source = ' http://download.cirros-cloud.net/0.3.2 /cirros-0.3.2 -x86_64-disk.img' ,
53
53
$image_ssh_user = ' cirros' ,
54
54
55
55
## Neutron
Original file line number Diff line number Diff line change 12
12
let :params do
13
13
{
14
14
:image_name => 'cirros' ,
15
- :image_source => 'http://download.cirros-cloud.net/0.3.1 /cirros-0.3.1 -x86_64-disk.img' ,
15
+ :image_source => 'http://download.cirros-cloud.net/0.3.2 /cirros-0.3.2 -x86_64-disk.img' ,
16
16
:image_name_alt => 'cirros2' ,
17
17
}
18
18
end
40
40
let :params do
41
41
{
42
42
:image_name => 'cirros' ,
43
- :image_source => 'http://download.cirros-cloud.net/0.3.1 /cirros-0.3.1 -x86_64-disk.img' ,
43
+ :image_source => 'http://download.cirros-cloud.net/0.3.2 /cirros-0.3.2 -x86_64-disk.img' ,
44
44
}
45
45
end
46
46
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ source <%= @rc_file_path %>
6
6
< % if @image_type == ' cirros' -%>
7
7
8
8
# Grab an image. Cirros is a nice small Linux that's easy to deploy
9
- wget --quiet http://download.cirros-cloud.net/0.3.1 /cirros-0.3.1 -x86_64-disk.img
9
+ wget --quiet http://download.cirros-cloud.net/0.3.2 /cirros-0.3.2 -x86_64-disk.img
10
10
11
11
# Add it to glance so that we can use it in Openstack
12
- glance add name=' cirros image' is_public=true container_format=bare disk_format=qcow2 < cirros-0.3.1 -x86_64-disk.img
12
+ glance add name=' cirros image' is_public=true container_format=bare disk_format=qcow2 < cirros-0.3.2 -x86_64-disk.img
13
13
14
14
# Caputre the Image ID so taht we can call the right UUID for this image
15
15
IMAGE_ID=` glance index | grep ' cirros image' | head -1 | awk -F' ' ' {print $1}' `
You can’t perform that action at this time.
0 commit comments