1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[google|compute] Update bootstrap image to debian-7-wheezy-v20130816.

This commit is contained in:
Nat Welch 2013-09-27 16:22:24 -07:00
parent ed6886d2da
commit b5a65a3916

View file

@ -47,7 +47,7 @@ module Fog
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-b",
:private_key_path => File.expand_path("~/.ssh/id_rsa"),