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:
parent
ed6886d2da
commit
b5a65a3916
1 changed files with 1 additions and 1 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Reference in a new issue