From 54986b0e63527c837f74ede65b87b11733c36ed2 Mon Sep 17 00:00:00 2001 From: Dr Nic Williams Date: Thu, 17 May 2012 15:42:57 -0700 Subject: [PATCH] fix auto-discovery for HP Cloud by fog bin --- lib/fog/bin/hp.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/fog/bin/hp.rb b/lib/fog/bin/hp.rb index 537faeb37..025946c51 100644 --- a/lib/fog/bin/hp.rb +++ b/lib/fog/bin/hp.rb @@ -4,11 +4,11 @@ class HP < Fog::Bin def class_for(key) case key when :cdn - Fog::HP::CDN + Fog::CDN::HP when :compute - Fog::HP::Compute + Fog::Compute::HP when :storage - Fog::HP::Storage + Fog::Storage::HP else raise ArgumentError, "Unrecognized service: #{key}" end