summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Gagné <mgagne@iweb.com>2016-08-02 15:10:43 -0400
committerMathieu Gagné <mgagne@iweb.com>2016-08-05 15:23:48 -0400
commit600a638e74d89af55fceaf4017f70269ae6e4f3c (patch)
tree0ba16c4a41eb3c27eba7ba179f129966c89ac589
parent1d18b9193b55b727ca79d96158077e809feb1cd0 (diff)
downloados-client-config-600a638e74d89af55fceaf4017f70269ae6e4f3c.tar.gz
Update Internap information
* Add sin01 and sjc01 regions * Add support for Glance v2 Change-Id: Iaf4ad7c807a28c24040b928f65f4aadc1a234d6e
-rw-r--r--doc/source/vendor-support.rst3
-rw-r--r--os_client_config/vendors/internap.json5
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/source/vendor-support.rst b/doc/source/vendor-support.rst
index 668ddcc..c27d124 100644
--- a/doc/source/vendor-support.rst
+++ b/doc/source/vendor-support.rst
@@ -186,9 +186,10 @@ Region Name Human Name
ams01 Amsterdam, NL
da01 Dallas, TX
nyj01 New York, NY
+sin01 Singapore
+sjc01 San Jose, CA
============== ================
-* Image API Version is 1
* Floating IPs are not supported
osic
diff --git a/os_client_config/vendors/internap.json b/os_client_config/vendors/internap.json
index d5ad49f..b67fc06 100644
--- a/os_client_config/vendors/internap.json
+++ b/os_client_config/vendors/internap.json
@@ -7,10 +7,11 @@
"regions": [
"ams01",
"da01",
- "nyj01"
+ "nyj01",
+ "sin01",
+ "sjc01"
],
"identity_api_version": "3",
- "image_api_version": "1",
"floating_ip_source": "None"
}
}