fog-aliyun icon indicating copy to clipboard operation
fog-aliyun copied to clipboard

Update Compute to use provider::service syntax

Open sethboyles opened this issue 2 years ago • 0 comments

When upgrading to fog-core 2.1, we see a lot of errors like this:


                NameError:
                  uninitialized constant Fog::Aliyun::Compute
                  Did you mean?  Fog::Compute

Updating the syntax should resolve this and make fog-aliyun compatible with fog-core 2.1

sethboyles avatar Jan 26 '22 20:01 sethboyles