mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Remove bad service.
This commit is contained in:
parent
854331420c
commit
15ad2d96a2
1 changed files with 0 additions and 2 deletions
|
@ -26,8 +26,6 @@ class HP < Fog::Bin
|
||||||
when :compute
|
when :compute
|
||||||
Fog::Logger.warning("HP[:compute] is deprecated, use Compute[:hp] instead")
|
Fog::Logger.warning("HP[:compute] is deprecated, use Compute[:hp] instead")
|
||||||
Fog::Compute.new(:provider => 'HP')
|
Fog::Compute.new(:provider => 'HP')
|
||||||
when :dns
|
|
||||||
Fog::DNS.new(:provider => 'HP')
|
|
||||||
when :storage
|
when :storage
|
||||||
Fog::Logger.warning("HP[:storage] is deprecated, use Storage[:hp] instead")
|
Fog::Logger.warning("HP[:storage] is deprecated, use Storage[:hp] instead")
|
||||||
Fog::Storage.new(:provider => 'HP')
|
Fog::Storage.new(:provider => 'HP')
|
||||||
|
|
Loading…
Add table
Reference in a new issue