mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
register blb feature
This commit is contained in:
parent
9342298844
commit
129945dcb5
2 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,8 @@ class Bluebox < Fog::Bin
|
|||
Fog::Compute::Bluebox
|
||||
when :dns
|
||||
Fog::DNS::Bluebox
|
||||
when :blb
|
||||
Fog::Bluebox::BLB
|
||||
else
|
||||
raise ArgumentError, "Unsupported #{self} service: #{key}"
|
||||
end
|
||||
|
|
|
@ -5,6 +5,7 @@ module Fog
|
|||
|
||||
extend Fog::Provider
|
||||
|
||||
service(:blb, 'bluebox/blb', 'BLB')
|
||||
service(:compute, 'bluebox/compute', 'Compute')
|
||||
service(:dns, 'bluebox/dns', 'DNS')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue