Update Internap information

* Add sin01 and sjc01 regions
* Add support for Glance v2

Change-Id: Iaf4ad7c807a28c24040b928f65f4aadc1a234d6e
This commit is contained in:
Mathieu Gagné 2016-08-02 15:10:43 -04:00
parent 1d18b9193b
commit 600a638e74
2 changed files with 5 additions and 3 deletions

View File

@ -186,9 +186,10 @@ Region Name Human Name
ams01 Amsterdam, NL ams01 Amsterdam, NL
da01 Dallas, TX da01 Dallas, TX
nyj01 New York, NY nyj01 New York, NY
sin01 Singapore
sjc01 San Jose, CA
============== ================ ============== ================
* Image API Version is 1
* Floating IPs are not supported * Floating IPs are not supported
osic osic

View File

@ -7,10 +7,11 @@
"regions": [ "regions": [
"ams01", "ams01",
"da01", "da01",
"nyj01" "nyj01",
"sin01",
"sjc01"
], ],
"identity_api_version": "3", "identity_api_version": "3",
"image_api_version": "1",
"floating_ip_source": "None" "floating_ip_source": "None"
} }
} }