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:
2
openstack/config/vendors/vexxhost.json
vendored
2
openstack/config/vendors/vexxhost.json
vendored
@@ -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"
|
||||
|
Reference in New Issue
Block a user