Add /v3 to the auth_url for vexxhost

v3password skips discovery, so v3password with unversioned endpoint
produces incorrect results. We could go to password, but then people
won't get clear errors if they leave out domain info.

Change-Id: Ia070ebafb608aec6a85a38feb746113f72c58eec
This commit is contained in:
Monty Taylor 2018-07-18 15:51:45 -05:00
parent 2fa2720eeb
commit 2ad74a54aa
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"profile": {
"auth_type": "v3password",
"auth": {
"auth_url": "https://auth.vexxhost.net"
"auth_url": "https://auth.vexxhost.net/v3"
},
"regions": [
"ca-ymq-1"