fog / fog-softlayer

MIT License
1 stars 3 forks source link

Fix compatibility with fog-core 2.x. #6

Closed voxik closed 5 years ago

voxik commented 5 years ago

This is PR fixing compatibility with fog-core 2.x. There are basically two changes:

  1. Changes in namespacing from namespaces such as Fog::Compute::Softlayer to Fog::Softlayer::Compute
  2. lib/fog/softlayer/compute/shared is now loaded just in lib/fog/softlayer/compute.rb to allow proper autoloading of Fog::Softlayer::Compute class.

The test suite is passing for me. I did not tested anything else.

voxik commented 5 years ago

Forget to mention that I was testing against fog-core 2.1.2

plribeiro3000 commented 5 years ago

:+1:

Thanks for working on this!