mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Added google_storage_* keys
Fixed indentations.
This commit is contained in:
parent
73f5fdf9e7
commit
c40ed2f090
1 changed files with 20 additions and 18 deletions
|
@ -30,24 +30,26 @@ module Fog
|
||||||
yml = <<-YML
|
yml = <<-YML
|
||||||
|
|
||||||
:#{credential}:
|
:#{credential}:
|
||||||
:aws_access_key_id: INTENTIONALLY_LEFT_BLANK
|
:aws_access_key_id: INTENTIONALLY_LEFT_BLANK
|
||||||
:aws_secret_access_key: INTENTIONALLY_LEFT_BLANK
|
:aws_secret_access_key: INTENTIONALLY_LEFT_BLANK
|
||||||
:bluebox_api_key: INTENTIONALLY_LEFT_BLANK
|
:bluebox_api_key: INTENTIONALLY_LEFT_BLANK
|
||||||
:bluebox_customer_id: INTENTIONALLY_LEFT_BLANK
|
:bluebox_customer_id: INTENTIONALLY_LEFT_BLANK
|
||||||
:brightbox_client_id: INTENTIONALLY_LEFT_BLANK
|
:brightbox_client_id: INTENTIONALLY_LEFT_BLANK
|
||||||
:brightbox_secret: INTENTIONALLY_LEFT_BLANK
|
:brightbox_secret: INTENTIONALLY_LEFT_BLANK
|
||||||
:go_grid_api_key: INTENTIONALLY_LEFT_BLANK
|
:go_grid_api_key: INTENTIONALLY_LEFT_BLANK
|
||||||
:go_grid_shared_secret: INTENTIONALLY_LEFT_BLANK
|
:go_grid_shared_secret: INTENTIONALLY_LEFT_BLANK
|
||||||
:local_root: INTENTIONALLY_LEFT_BLANK
|
:google_storage_access_key_id: INTENTIONALLY_LEFT_BLANK
|
||||||
:new_servers_password: INTENTIONALLY_LEFT_BLANK
|
:google_storage_secret_access_key: INTENTIONALLY_LEFT_BLANK
|
||||||
:new_servers_username: INTENTIONALLY_LEFT_BLANK
|
:local_root: INTENTIONALLY_LEFT_BLANK
|
||||||
:public_key_path: INTENTIONALLY_LEFT_BLANK
|
:new_servers_password: INTENTIONALLY_LEFT_BLANK
|
||||||
:private_key_path: INTENTIONALLY_LEFT_BLANK
|
:new_servers_username: INTENTIONALLY_LEFT_BLANK
|
||||||
:rackspace_api_key: INTENTIONALLY_LEFT_BLANK
|
:public_key_path: INTENTIONALLY_LEFT_BLANK
|
||||||
:rackspace_username: INTENTIONALLY_LEFT_BLANK
|
:private_key_path: INTENTIONALLY_LEFT_BLANK
|
||||||
:slicehost_password: INTENTIONALLY_LEFT_BLANK
|
:rackspace_api_key: INTENTIONALLY_LEFT_BLANK
|
||||||
:terremark_username: INTENTIONALLY_LEFT_BLANK
|
:rackspace_username: INTENTIONALLY_LEFT_BLANK
|
||||||
:terremark_password: INTENTIONALLY_LEFT_BLANK
|
:slicehost_password: INTENTIONALLY_LEFT_BLANK
|
||||||
|
:terremark_username: INTENTIONALLY_LEFT_BLANK
|
||||||
|
:terremark_password: INTENTIONALLY_LEFT_BLANK
|
||||||
YML
|
YML
|
||||||
print(yml)
|
print(yml)
|
||||||
raise(ArgumentError.new("Missing Credentials"))
|
raise(ArgumentError.new("Missing Credentials"))
|
||||||
|
|
Loading…
Add table
Reference in a new issue