summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2016-02-10 11:24:10 -0600
committerMonty Taylor <mordred@inaugust.com>2016-02-10 11:24:10 -0600
commit10a9369062504cce1c4c79a1b112e619082cf6ab (patch)
tree4a805351db3b9fc2c1c9e30236b965fa7bf8f0f1
parentfe2558a2d5b6a2fa8c2f3f3c5472b79a7e01ba4a (diff)
downloados-client-config-10a9369062504cce1c4c79a1b112e619082cf6ab.tar.gz
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
-rw-r--r--doc/source/vendor-support.rst31
-rw-r--r--os_client_config/vendors/hp.json16
-rw-r--r--os_client_config/vendors/runabove.json15
3 files changed, 0 insertions, 62 deletions
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"
- }
-}