mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
create core for each provider. keep load hook for provider.
This commit is contained in:
parent
35c777044e
commit
1cdd969a34
179 changed files with 2466 additions and 2364 deletions
|
|
@ -1,9 +1 @@
|
|||
require 'fog/core'
|
||||
|
||||
module Fog
|
||||
module CloudSigma
|
||||
extend Fog::Provider
|
||||
|
||||
service(:compute, 'cloudsigma/compute', 'Compute')
|
||||
end
|
||||
end
|
||||
require 'fog/cloudsigma/compute'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue