From 10a9369062504cce1c4c79a1b112e619082cf6ab Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 10 Feb 2016 11:24:10 -0600 Subject: Remove HP and RunAbove from vendor profiles HP has already shut down its public cloud. RunAbove is shutting down 17th February as part of the migration to OVH.com. Neither are therefore valid vendors any longer. Change-Id: I8d305ca2b1cbaf67e6711eedaa1a4c5668a42be7 --- doc/source/vendor-support.rst | 31 ------------------------------- os_client_config/vendors/hp.json | 16 ---------------- os_client_config/vendors/runabove.json | 15 --------------- 3 files changed, 62 deletions(-) delete mode 100644 os_client_config/vendors/hp.json delete mode 100644 os_client_config/vendors/runabove.json diff --git a/doc/source/vendor-support.rst b/doc/source/vendor-support.rst index e007b70..d30c104 100644 --- a/doc/source/vendor-support.rst +++ b/doc/source/vendor-support.rst @@ -142,23 +142,6 @@ de-fra1 Frankfurt, DE * Volume API Version is 1 -hp --- - -https://region-b.geo-1.identity.hpcloudsvc.com:35357/v2.0 - -============== ================ -Region Name Human Name -============== ================ -region-a.geo-1 US West -region-b.geo-1 US East -============== ================ - -* DNS Service Type is `hpext:dns` -* Image API Version is 1 -* Public IPv4 is provided via NAT with Neutron Floating IP -* Volume API Version is 1 - ibmcloud -------- @@ -233,20 +216,6 @@ SYD Sydney :xenapi_use_agent: False * Volume API Version is 1 -runabove --------- - -https://auth.runabove.io/v2.0 - -============== ================ -Region Name Human Name -============== ================ -SBG-1 Strassbourg, FR -BHS-1 Beauharnois, QC -============== ================ - -* Floating IPs are not supported - switchengines ------------- diff --git a/os_client_config/vendors/hp.json b/os_client_config/vendors/hp.json deleted file mode 100644 index b06b90a..0000000 --- a/os_client_config/vendors/hp.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "hp", - "profile": { - "auth": { - "auth_url": "https://region-b.geo-1.identity.hpcloudsvc.com:35357" - }, - "regions": [ - "region-a.geo-1", - "region-b.geo-1" - ], - "identity_api_version": "3", - "dns_service_type": "hpext:dns", - "volume_api_version": "1", - "image_api_version": "1" - } -} diff --git a/os_client_config/vendors/runabove.json b/os_client_config/vendors/runabove.json deleted file mode 100644 index abf1116..0000000 --- a/os_client_config/vendors/runabove.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "runabove", - "profile": { - "auth": { - "auth_url": "https://auth.runabove.io/" - }, - "regions": [ - "BHS-1", - "SBG-1" - ], - "identity_api_version": "3", - "image_format": "qcow2", - "floating_ip_source": "None" - } -} -- cgit v1.2.1