From 54afb28565cb1b24973a403f365081487a2484ec Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 16 Sep 2015 21:18:19 +0200 Subject: Add internap to the vendor list Change-Id: I4c98b72f039fd97a2c55ecbfa546fb908d1fe539 --- doc/source/vendor-support.rst | 16 ++++++++++++++++ os_client_config/vendors/internap.yaml | 10 ++++++++++ 2 files changed, 26 insertions(+) create mode 100644 os_client_config/vendors/internap.yaml diff --git a/doc/source/vendor-support.rst b/doc/source/vendor-support.rst index 4d25354..c4f5a4f 100644 --- a/doc/source/vendor-support.rst +++ b/doc/source/vendor-support.rst @@ -217,3 +217,19 @@ sal01 Manchester, UK ============== ================ * Image API Version is 1 + +internap +-------- + +https://identity.api.cloud.iweb.com/v2.0 + +============== ================ +Region Name Human Name +============== ================ +ams01 Amsterdam, NL +da01 Dallas, TX +nyj01 New York, NY +============== ================ + +* Image API Version is 1 +* Floating IPs are not supported diff --git a/os_client_config/vendors/internap.yaml b/os_client_config/vendors/internap.yaml new file mode 100644 index 0000000..48cd960 --- /dev/null +++ b/os_client_config/vendors/internap.yaml @@ -0,0 +1,10 @@ +name: internap +profile: + auth: + auth_url: https://identity.api.cloud.iweb.com/v2.0 + regions: + - ams01 + - da01 + - nyj01 + image_api_version: '1' + floating_ip_source: None -- cgit v1.2.1