Update vexxhost to Identity v3
There is a discovery URL for vexxhost for keystone v3. Also, there is a new vexxhost domain for it. Also, vexxhost has DNS running designate v1. And make the region list a list of one region, because there is a second region coming soon. Change-Id: Ie72c19976646f41c713124659e69725df59e1580
This commit is contained in:
parent
3ceee61181
commit
6aecb87e7f
@ -271,10 +271,13 @@ gd1 Guangdong
|
||||
vexxhost
|
||||
--------
|
||||
|
||||
http://auth.api.thenebulacloud.com:5000/v2.0/
|
||||
http://auth.vexxhost.net
|
||||
|
||||
============== ================
|
||||
Region Name Human Name
|
||||
============== ================
|
||||
ca-ymq-1 Montreal
|
||||
============== ================
|
||||
|
||||
* DNS API Version is 1
|
||||
* Identity API Version is 3
|
||||
|
8
os_client_config/vendors/vexxhost.json
vendored
8
os_client_config/vendors/vexxhost.json
vendored
@ -2,9 +2,13 @@
|
||||
"name": "vexxhost",
|
||||
"profile": {
|
||||
"auth": {
|
||||
"auth_url": "http://auth.api.thenebulacloud.com:5000/v2.0/"
|
||||
"auth_url": "http://auth.vexxhost.net"
|
||||
},
|
||||
"region_name": "ca-ymq-1",
|
||||
"regions": [
|
||||
"ca-ymq-1"
|
||||
],
|
||||
"dns_api_version": "1",
|
||||
"identity_api_version": "3",
|
||||
"floating_ip_source": "None"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user