summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-12-07 21:34:48 +0000
committerGerrit Code Review <review@openstack.org>2015-12-07 21:34:48 +0000
commitf3fff576d81ca82c7d7e3fad7c602e4fb9d15b37 (patch)
tree77d4ed5dfd34294d65567c00e506326467b58671
parentd0c70cc96279d2bf24f30a501b9bf572e40f8e7a (diff)
parent6aecb87e7f2cb2c031bf9c89564ea0b46d387c79 (diff)
downloados-client-config-f3fff576d81ca82c7d7e3fad7c602e4fb9d15b37.tar.gz
Merge "Update vexxhost to Identity v3"
-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"
}
}