summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2016-01-05 09:08:05 -0600
committerMonty Taylor <mordred@inaugust.com>2016-01-06 16:19:32 -0600
commitcab0469ec4471a5fe924d6049cbfcdf2ac0cdba4 (patch)
treea605ca685bd9a21d1cefe89cf607c6b7d21aebc4
parent3b5673ce4c8c9d54568028056300eae053828ee0 (diff)
downloados-client-config-cab0469ec4471a5fe924d6049cbfcdf2ac0cdba4.tar.gz
Add IBM Public Cloud
IBM Cloud has a public Openstack Cloud. We should support it. Change-Id: If0bc29c41869494b2a4da944f7792cbe0f217f0e
-rw-r--r--doc/source/vendor-support.rst13
-rw-r--r--os_client_config/vendors/ibmcloud.json13
2 files changed, 26 insertions, 0 deletions
diff --git a/doc/source/vendor-support.rst b/doc/source/vendor-support.rst
index a215822..46c95d8 100644
--- a/doc/source/vendor-support.rst
+++ b/doc/source/vendor-support.rst
@@ -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
--------
diff --git a/os_client_config/vendors/ibmcloud.json b/os_client_config/vendors/ibmcloud.json
new file mode 100644
index 0000000..90962c6
--- /dev/null
+++ b/os_client_config/vendors/ibmcloud.json
@@ -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"
+ ]
+ }
+}