neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
12 stars 14 forks source link

feat(openstack): Append API version to auth_url in credentials #278

Closed dav-pascual closed 1 year ago

dav-pascual commented 1 year ago

This will save a manual step for the users when setting up clouds.yaml file, as auth_url field is usually generated without specifying the version.

Version specification is needed by asyncopenstackclient libray

dav-pascual commented 1 year ago

Tested with clouds.yaml and env vars succesfully

Added unit test as well