-
Notifications
You must be signed in to change notification settings - Fork 54
Upgrade keystone API v2 to v3 #168
base: master
Are you sure you want to change the base?
Conversation
It works. |
Anyone able to merge this at ovh ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ran tests, on my system, V3 api works
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for me it works, please merge and make the final 0.9.2 deb package
please upload a deb package amd64 into http://uploadfiles.io/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good version
I have tried contacting someone at OVH support to see if they can escalate to somebody who can manage this project and accept the PR. Hopefully someone from OVH is able to accept this before the March deadline! |
I keep receiving some mail warnings from Ovh saying that keystone v3 will be deactivated on 24 march 2020... I opened a support ticket |
What I did
Be able to connect to keystone API v3.
How I did it
Added the missing parameter "os_user_domain_name".
Modified auth_v3.go to select the parametrized region.
How to verify it
Add this parameter to your configuration file:
OS_USER_DOMAIN_NAME="default"
And change this parameter to v3:
OS_AUTH_URL=https://auth.cloud.ovh.net/v3
Description for changelog
Support keystone API v3