Thanks a bunch Monty for looking into that. Using the clouds.yaml file
didn't work for me. Same error with 404. I instead hacked shade to make
it work.
in def get_session_endpoint in the shade __init__ I added a sub to get rid
of the v1:
if service_key == 'image':
endpoint = re.sub('/v1', '', endpoint)
then passed that into the client create. I didn't understand why the
endpoint was never passed into the client create around line 605. Total
hack, but I'm running now.
Also, I didn't see in github a place to open issues or how you track this.
Thanks for any pointers. I'm happy to help.
--
You received this message because you are subscribed to the Google Groups
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/1f43ebe2-1246-488b-a098-fe55d26c6b1d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.