diff --git a/doc/source/vendor-support.rst b/doc/source/vendor-support.rst index 668ddccaa..c27d124f0 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 d5ad49f6d..b67fc06d4 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" } }