fog / fog-openstack

Fog for OpenStack Platform
MIT License
69 stars 130 forks source link

Fix services path #468

Closed batistadasilva closed 5 years ago

batistadasilva commented 5 years ago

Fixes https://github.com/fog/fog/issues/4014

Hello,

I have been experienced some issues loading fog-openstack because fog-core expects service classes are located at pattern fog/<provider>/<service>

This PR moves files to expected paths

Thank you very much

theopenlab-ci[bot] commented 5 years ago

Build failed.

theopenlab-ci[bot] commented 5 years ago

Build succeeded.

batistadasilva commented 5 years ago

just rebased my branch onto fog:master with no conflicts and force pushed it

theopenlab-ci[bot] commented 5 years ago

Build succeeded.

plribeiro3000 commented 5 years ago

Sorry about the huge delay here!

LGTM!

Thanks for your work on this!

plribeiro3000 commented 5 years ago

@gildub Could you please take this in?

This should fix an issue regarding loading paths.

Thanks!

gildub commented 5 years ago

Hi everyone, sorry for the long absence, I've been relocating on the other side of the world.

This is great and the next move after the adjustment to fog-core 2+. Thanks