From 869113a75fd854ea840c91e16b557b3855b3b45b Mon Sep 17 00:00:00 2001 From: geemus Date: Tue, 1 Jun 2010 21:40:46 -0700 Subject: [PATCH] [bbg] some alpha sorting --- lib/fog.rb | 2 +- lib/fog/credentials.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/fog.rb b/lib/fog.rb index 505a1a8d6..91d3546de 100644 --- a/lib/fog.rb +++ b/lib/fog.rb @@ -38,12 +38,12 @@ module Fog end require 'fog/aws' +require 'fog/bluebox' require 'fog/local' require 'fog/rackspace' require 'fog/slicehost' require 'fog/terremark' require 'fog/vcloud' -require 'fog/bluebox' module Fog diff --git a/lib/fog/credentials.rb b/lib/fog/credentials.rb index eae970f24..288fc94c8 100644 --- a/lib/fog/credentials.rb +++ b/lib/fog/credentials.rb @@ -31,13 +31,13 @@ module Fog :#{credential}: :aws_access_key_id: INTENTIONALLY_LEFT_BLANK :aws_secret_access_key: INTENTIONALLY_LEFT_BLANK + :bluebox_api_key: INTENTIONALLY_LEFT_BLANK :local_root: 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 - :bluebox_api_key: INTENTIONALLY_LEFT_BLANK YML print(yml) raise(ArgumentError.new("Missing Credentials"))