Add IBM Public Cloud
IBM Cloud has a public Openstack Cloud. We should support it. Change-Id: If0bc29c41869494b2a4da944f7792cbe0f217f0e
This commit is contained in:
parent
3b5673ce4c
commit
cab0469ec4
@ -159,6 +159,19 @@ region-b.geo-1 US East
|
||||
* Public IPv4 is provided via NAT with Neutron Floating IP
|
||||
* Volume API Version is 1
|
||||
|
||||
ibmcloud
|
||||
--------
|
||||
|
||||
https://identity.open.softlayer.com
|
||||
|
||||
============== ================
|
||||
Region Name Human Name
|
||||
============== ================
|
||||
london London, UK
|
||||
============== ================
|
||||
|
||||
* Public IPv4 is provided via NAT with Neutron Floating IP
|
||||
|
||||
internap
|
||||
--------
|
||||
|
||||
|
13
os_client_config/vendors/ibmcloud.json
vendored
Normal file
13
os_client_config/vendors/ibmcloud.json
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "ibmcloud",
|
||||
"profile": {
|
||||
"auth": {
|
||||
"auth_url": "https://identity.open.softlayer.com"
|
||||
},
|
||||
"volume_api_version": "2",
|
||||
"identity_api_version": "3",
|
||||
"regions": [
|
||||
"london"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user