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:
Monty Taylor 2015-12-06 10:35:08 -05:00
parent 3ceee61181
commit 6aecb87e7f
2 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -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"
}
}