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:
parent
9a74353428
commit
ab9899f463
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ module Fog
|
||||||
when 'GoGrid'
|
when 'GoGrid'
|
||||||
require 'fog/compute/go_grid'
|
require 'fog/compute/go_grid'
|
||||||
Fog::GoGrid::Compute.new(attributes)
|
Fog::GoGrid::Compute.new(attributes)
|
||||||
|
when 'HP'
|
||||||
|
require 'fog/compute/hp'
|
||||||
|
Fog::HP::Compute.new(attributes)
|
||||||
when 'Linode'
|
when 'Linode'
|
||||||
require 'fog/compute/linode'
|
require 'fog/compute/linode'
|
||||||
Fog::Linode::Compute.new(attributes)
|
Fog::Linode::Compute.new(attributes)
|
||||||
|
|
Loading…
Reference in a new issue