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

[google|compute] Set default zone to be one not in maintence.

This commit is contained in:
Nat Welch 2013-08-21 18:48:47 -07:00
parent e39242145d
commit ac8d06550a

View file

@ -49,7 +49,7 @@ module Fog
:name => "fog-#{Time.now.to_i}",
:image_name => "debian-7-wheezy-v20130617",
: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'],