mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #2374 from MetricWise/pr2373
Get VcloudDirector working again in fog interactive. Fixes #2373.
This commit is contained in:
commit
ea63eaa1eb
1 changed files with 2 additions and 2 deletions
|
@ -49,9 +49,9 @@ module Fog
|
|||
when :vcloud
|
||||
require 'fog/vcloud/compute'
|
||||
Fog::Vcloud::Compute.new(attributes)
|
||||
when :vcloud_director
|
||||
when :vclouddirector
|
||||
require 'fog/vcloud_director/compute'
|
||||
Fog::VcloudDirector::Compute.new(attributes)
|
||||
Fog::Compute::VcloudDirector.new(attributes)
|
||||
else
|
||||
if self.providers.include?(provider)
|
||||
require "fog/#{provider}/compute"
|
||||
|
|
Loading…
Reference in a new issue