Merge "Add IBM Public Cloud"

This commit is contained in:
Jenkins 2016-01-12 15:12:52 +00:00 committed by Gerrit Code Review
commit 7c179502ee
2 changed files with 26 additions and 0 deletions

View File

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