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:
parent
e39242145d
commit
ac8d06550a
1 changed files with 1 additions and 1 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Reference in a new issue