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