summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2015-12-06 10:35:08 -0500
committerMonty Taylor <mordred@inaugust.com>2015-12-06 10:44:25 -0500
commit6aecb87e7f2cb2c031bf9c89564ea0b46d387c79 (patch)
tree99a0ec1fe88f1928079284e4e0cedab384ee8528
parent3ceee6118168890cb301be97575e19267afd5b22 (diff)
downloados-client-config-6aecb87e7f2cb2c031bf9c89564ea0b46d387c79.tar.gz
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
-rw-r--r--doc/source/vendor-support.rst5
-rw-r--r--os_client_config/vendors/vexxhost.json8
2 files changed, 10 insertions, 3 deletions
diff --git a/doc/source/vendor-support.rst b/doc/source/vendor-support.rst
index 90fd31f..d7af6b9 100644
--- a/doc/source/vendor-support.rst
+++ b/doc/source/vendor-support.rst
@@ -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
diff --git a/os_client_config/vendors/vexxhost.json b/os_client_config/vendors/vexxhost.json
index 25911ca..dd683be 100644
--- a/os_client_config/vendors/vexxhost.json
+++ b/os_client_config/vendors/vexxhost.json
@@ -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"
}
}