lib/fog/google/models/compute/servers.rb in fog-1.15.0 vs lib/fog/google/models/compute/servers.rb in fog-1.16.0

- old
+ new

@@ -45,12 +45,12 @@ end def bootstrap(new_attributes = {}) defaults = { :name => "fog-#{Time.now.to_i}", - :image_name => "debian-7-wheezy-v20130617", + :image_name => "debian-7-wheezy-v20130816", :machine_type => "n1-standard-1", - :zone_name => "us-central1-a", + :zone_name => "us-central1-b", :private_key_path => File.expand_path("~/.ssh/id_rsa"), :public_key_path => File.expand_path("~/.ssh/id_rsa.pub"), :username => ENV['USER'], } if new_attributes[:disks]