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
This commit is contained in:
Monty Taylor 2016-02-10 11:24:10 -06:00
parent fe2558a2d5
commit 10a9369062
3 changed files with 0 additions and 62 deletions

View File

@ -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
-------------

View File

@ -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"
}
}

View File

@ -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"
}
}