From 75df6105ba1d97a25a7918850a6478be23f6f97e Mon Sep 17 00:00:00 2001 From: Rupak Ganguly Date: Thu, 20 Oct 2011 22:16:16 -0400 Subject: [PATCH] Remove deprecated provider recognize clause. --- lib/fog/hp/compute.rb | 1 - lib/fog/hp/storage.rb | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/fog/hp/compute.rb b/lib/fog/hp/compute.rb index a8109717e..6756d14e5 100644 --- a/lib/fog/hp/compute.rb +++ b/lib/fog/hp/compute.rb @@ -7,7 +7,6 @@ module Fog requires :hp_secret_key, :hp_account_id recognizes :hp_auth_uri, :hp_servicenet, :persistent, :connection_options - recognizes :provider # remove post deprecation model_path 'fog/hp/models/compute' model :flavor diff --git a/lib/fog/hp/storage.rb b/lib/fog/hp/storage.rb index 59a9c6dc2..755f74b16 100644 --- a/lib/fog/hp/storage.rb +++ b/lib/fog/hp/storage.rb @@ -7,7 +7,6 @@ module Fog requires :hp_secret_key, :hp_account_id recognizes :hp_auth_uri, :hp_servicenet, :hp_cdn_ssl, :persistent, :connection_options - recognizes :provider # remove post deprecation model_path 'fog/hp/models/storage' model :directory