diff --git a/lib/fog/core/credentials.rb b/lib/fog/core/credentials.rb index cc4d75917..5bc663dc6 100644 --- a/lib/fog/core/credentials.rb +++ b/lib/fog/core/credentials.rb @@ -30,24 +30,26 @@ module Fog yml = <<-YML :#{credential}: - :aws_access_key_id: INTENTIONALLY_LEFT_BLANK - :aws_secret_access_key: INTENTIONALLY_LEFT_BLANK - :bluebox_api_key: INTENTIONALLY_LEFT_BLANK - :bluebox_customer_id: INTENTIONALLY_LEFT_BLANK - :brightbox_client_id: INTENTIONALLY_LEFT_BLANK - :brightbox_secret: INTENTIONALLY_LEFT_BLANK - :go_grid_api_key: INTENTIONALLY_LEFT_BLANK - :go_grid_shared_secret: INTENTIONALLY_LEFT_BLANK - :local_root: INTENTIONALLY_LEFT_BLANK - :new_servers_password: INTENTIONALLY_LEFT_BLANK - :new_servers_username: INTENTIONALLY_LEFT_BLANK - :public_key_path: INTENTIONALLY_LEFT_BLANK - :private_key_path: INTENTIONALLY_LEFT_BLANK - :rackspace_api_key: INTENTIONALLY_LEFT_BLANK - :rackspace_username: INTENTIONALLY_LEFT_BLANK - :slicehost_password: INTENTIONALLY_LEFT_BLANK - :terremark_username: INTENTIONALLY_LEFT_BLANK - :terremark_password: INTENTIONALLY_LEFT_BLANK + :aws_access_key_id: INTENTIONALLY_LEFT_BLANK + :aws_secret_access_key: INTENTIONALLY_LEFT_BLANK + :bluebox_api_key: INTENTIONALLY_LEFT_BLANK + :bluebox_customer_id: INTENTIONALLY_LEFT_BLANK + :brightbox_client_id: INTENTIONALLY_LEFT_BLANK + :brightbox_secret: INTENTIONALLY_LEFT_BLANK + :go_grid_api_key: INTENTIONALLY_LEFT_BLANK + :go_grid_shared_secret: INTENTIONALLY_LEFT_BLANK + :google_storage_access_key_id: INTENTIONALLY_LEFT_BLANK + :google_storage_secret_access_key: INTENTIONALLY_LEFT_BLANK + :local_root: INTENTIONALLY_LEFT_BLANK + :new_servers_password: INTENTIONALLY_LEFT_BLANK + :new_servers_username: INTENTIONALLY_LEFT_BLANK + :public_key_path: INTENTIONALLY_LEFT_BLANK + :private_key_path: INTENTIONALLY_LEFT_BLANK + :rackspace_api_key: INTENTIONALLY_LEFT_BLANK + :rackspace_username: INTENTIONALLY_LEFT_BLANK + :slicehost_password: INTENTIONALLY_LEFT_BLANK + :terremark_username: INTENTIONALLY_LEFT_BLANK + :terremark_password: INTENTIONALLY_LEFT_BLANK YML print(yml) raise(ArgumentError.new("Missing Credentials"))