Skip to content

Commit

Permalink
update sles12-beta5 image id
Browse files Browse the repository at this point in the history
  • Loading branch information
vlewin committed Apr 17, 2014
1 parent 8961fdf commit 636894d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitchen/lib/cloud_vm.rb
Expand Up @@ -23,7 +23,7 @@ def connection
end

def create(name = 'SUSEConnect_testing')
image = connection.get_image('4f977f83-6e14-446a-b06c-db07aad7d051')
image = connection.get_image('19724f29-9713-4277-b359-2029508acf16')
flavor = connection.get_flavor(2)
address = connection.get_floating_ips.select {|ip| ip.instance_id.nil? }.first || connection.create_floating_ip

Expand Down

0 comments on commit 636894d

Please sign in to comment.