summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2016-10-19 16:17:13 -0500
committerMonty Taylor <mordred@inaugust.com>2017-01-17 09:59:13 -0600
commitbedc9c57c2f28f30bdc200f7c6edf653db4cde90 (patch)
treeca1f72b048545cdf93610ab35274166fe4aad3c8
parent6615160361f375f480ce66947957513ee3dd0134 (diff)
downloados-client-config-bedc9c57c2f28f30bdc200f7c6edf653db4cde90.tar.gz
Add OpenTelekomCloud to the vendors
Change-Id: I82fad53ad2078f58ba14e16a7199b7b730a37457
-rw-r--r--doc/source/vendor-support.rst15
-rw-r--r--os_client_config/vendors/otc.json13
2 files changed, 28 insertions, 0 deletions
diff --git a/doc/source/vendor-support.rst b/doc/source/vendor-support.rst
index b301d80..ff06691 100644
--- a/doc/source/vendor-support.rst
+++ b/doc/source/vendor-support.rst
@@ -134,6 +134,21 @@ RegionOne Ashburn, VA
* Public IPv4 is provided via NAT with Neutron Floating IP
* IPv6 is provided to every server
+otc
+---
+
+https://iam.%(region_name)s.otc.t-systems.com/v3
+
+============== ================
+Region Name Location
+============== ================
+eu-de Germany
+============== ================
+
+* Identity API Version is 3
+* Images must be in `vhd` format
+* Public IPv4 is provided via NAT with Neutron Floating IP
+
elastx
------
diff --git a/os_client_config/vendors/otc.json b/os_client_config/vendors/otc.json
new file mode 100644
index 0000000..b0c1b11
--- /dev/null
+++ b/os_client_config/vendors/otc.json
@@ -0,0 +1,13 @@
+{
+ "name": "otc",
+ "profile": {
+ "auth": {
+ "auth_url": "https://iam.%(region_name)s.otc.t-systems.com/v3"
+ },
+ "regions": [
+ "eu-de"
+ ],
+ "identity_api_version": "3",
+ "image_format": "vhd"
+ }
+}