Closed gildub closed 6 years ago
Build succeeded.
Build succeeded.
Look good to me, merging :+1:
@gildub Hi, thank you for the fix. Can you please update the README to specify that openstack_auth_url
now does not accept the version, and that you need to use openstack_identity_api_version: v3.0
instead. ( v2.0 is the default value if i'm not mistaken" thanks again. and if possible release on rubygems 👌
@chaadow, You're welcome.
I'll update the Readme (default is v3 not v2.0) and push a release soon after.
README file has been updated: https://github.com/fog/fog-openstack/pull/425
@chaadow, release 0.2.2 is now available.
@gildub Thank you! I'll update my gem accordingly to support the latest version
Uses @openstack_management_uri for scheme, host and port which allow to avoid dedicated instance variables. Adjusts Mock accordingly.