You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi jzuilkowski, are you sure? That line is above on Line 9. You need to refer to compute instances through Fog::Compute[:oraclecloud] and not Fog::OracleCloud[:compute]. This aligns with the way the other providers use the core fog modules (compute, networking and storage) and use their own namespace for their different stuff (mainly PaaS)
Somewhere between line 19 and 22 of lib/fog/oraclecloud.rb, you need to add:
autoload :Compute, File.expand_path('../oraclecloud/compute', FILE)
Or none of the methods will be found
The text was updated successfully, but these errors were encountered: