mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
* Fix VirtualBox in compute case statement
VirtualBox was not able to be called as a service otherwise.
This commit is contained in:
parent
f3e2c939f4
commit
b002a1c10e
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ module Fog
|
||||||
when :vcloud
|
when :vcloud
|
||||||
require 'fog/compute/vcloud'
|
require 'fog/compute/vcloud'
|
||||||
Fog::Vcloud::Compute.new(attributes)
|
Fog::Vcloud::Compute.new(attributes)
|
||||||
when 'VirtualBox'
|
when :virtualbox
|
||||||
require 'fog/compute/virtual_box'
|
require 'fog/compute/virtual_box'
|
||||||
Fog::Compute::VirtualBox.new(attributes)
|
Fog::Compute::VirtualBox.new(attributes)
|
||||||
when :voxel
|
when :voxel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue