1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Add a case for the new HP provider for compute service.

This commit is contained in:
Rupak Ganguly 2011-06-17 14:54:16 -04:00
parent 9a74353428
commit ab9899f463

View file

@ -19,6 +19,9 @@ module Fog
when 'GoGrid'
require 'fog/compute/go_grid'
Fog::GoGrid::Compute.new(attributes)
when 'HP'
require 'fog/compute/hp'
Fog::HP::Compute.new(attributes)
when 'Linode'
require 'fog/compute/linode'
Fog::Linode::Compute.new(attributes)