fog / fog-rackspace

Rackspace provider gem for Fog ecosystem
MIT License
8 stars 35 forks source link

[fog][DEPRECATION] Unable to load Fog::Rackspace::CDN #30

Closed codeodor closed 5 years ago

codeodor commented 5 years ago

I just did a bundle update in updating rails and I'm getting this error when running my tests:

[fog][DEPRECATION] Unable to load Fog::Rackspace::CDN [fog][DEPRECATION] The format Fog::CDN::Rackspace is deprecated

The trouble is twofold:

1) I don't actually use the code Fog::Rackspace::CDN in my app 2) it doesn't tell me where it is failing, so I am not even sure where to look among my gems.

Any ideas on how to go about fixing this?

apple4ever commented 5 years ago

I am getting the same thing. Looks like it works, but the message is annoying, and at some point I'm assuming it will stop working.

apple4ever commented 5 years ago

Actually seems like its similar to #29

codeodor commented 5 years ago

I'll close in favor of that one then.