Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility updates #7

Open
lzap opened this issue Sep 24, 2021 · 1 comment
Open

Compatibility updates #7

lzap opened this issue Sep 24, 2021 · 1 comment

Comments

@lzap
Copy link

lzap commented Sep 24, 2021

Hey,

this driver does not appear to be working with latest fog:

>> require "fog/softlayer"
[fog][DEPRECATION] Unable to load Fog::Softlayer::Account
[fog][DEPRECATION] Falling back to deprecated constant Fog::Account::Softlayer. The preferred format of service provider constants has changed from service::provider to provider::service. Please update this service provider to use the preferred format.
[fog][DEPRECATION] Unable to load Fog::Softlayer::Compute
[fog][DEPRECATION] Falling back to deprecated constant Fog::Compute::Softlayer. The preferred format of service provider constants has changed from service::provider to provider::service. Please update this service provider to use the preferred format.
[fog][DEPRECATION] Unable to load Fog::Softlayer::DNS
[fog][DEPRECATION] Falling back to deprecated constant Fog::DNS::Softlayer. The preferred format of service provider constants has changed from service::provider to provider::service. Please update this service provider to use the preferred format.
[fog][DEPRECATION] Unable to load Fog::Softlayer::Network
[fog][DEPRECATION] Falling back to deprecated constant Fog::Network::Softlayer. The preferred format of service provider constants has changed from service::provider to provider::service. Please update this service provider to use the preferred format.
[fog][DEPRECATION] Unable to load Fog::Softlayer::Storage
[fog][DEPRECATION] Falling back to deprecated constant Fog::Storage::Softlayer. The preferred format of service provider constants has changed from service::provider to provider::service. Please update this service provider to use the preferred format.

I do not have much experience with updating drivers for the recent fog. Could someone help me to identify what's needed to bring this guy back to life? I am looking for a list of expected changes, perhaps from experience with other updates. Do you see any hidden dragons? @geemus @cphrmky

Cheers.

@geemus
Copy link
Member

geemus commented Sep 24, 2021

@lzap Hey. Those deprecations shouldn't prevent it from actually working (it's just noisy). Did it fail when trying to instantiate/use it after the warnings? (I haven't had occasion to use this one myself in quite some time).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants