mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[bbg] some alpha sorting
This commit is contained in:
parent
2a9224cfa7
commit
869113a75f
2 changed files with 2 additions and 2 deletions
|
@ -38,12 +38,12 @@ module Fog
|
||||||
end
|
end
|
||||||
|
|
||||||
require 'fog/aws'
|
require 'fog/aws'
|
||||||
|
require 'fog/bluebox'
|
||||||
require 'fog/local'
|
require 'fog/local'
|
||||||
require 'fog/rackspace'
|
require 'fog/rackspace'
|
||||||
require 'fog/slicehost'
|
require 'fog/slicehost'
|
||||||
require 'fog/terremark'
|
require 'fog/terremark'
|
||||||
require 'fog/vcloud'
|
require 'fog/vcloud'
|
||||||
require 'fog/bluebox'
|
|
||||||
|
|
||||||
module Fog
|
module Fog
|
||||||
|
|
||||||
|
|
|
@ -31,13 +31,13 @@ module Fog
|
||||||
:#{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
|
||||||
:local_root: INTENTIONALLY_LEFT_BLANK
|
:local_root: INTENTIONALLY_LEFT_BLANK
|
||||||
:rackspace_api_key: INTENTIONALLY_LEFT_BLANK
|
:rackspace_api_key: INTENTIONALLY_LEFT_BLANK
|
||||||
:rackspace_username: INTENTIONALLY_LEFT_BLANK
|
:rackspace_username: INTENTIONALLY_LEFT_BLANK
|
||||||
:slicehost_password: INTENTIONALLY_LEFT_BLANK
|
:slicehost_password: INTENTIONALLY_LEFT_BLANK
|
||||||
:terremark_username: INTENTIONALLY_LEFT_BLANK
|
:terremark_username: INTENTIONALLY_LEFT_BLANK
|
||||||
:terremark_password: INTENTIONALLY_LEFT_BLANK
|
:terremark_password: INTENTIONALLY_LEFT_BLANK
|
||||||
:bluebox_api_key: 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