Add OpenTelekomCloud to the vendors

Change-Id: I82fad53ad2078f58ba14e16a7199b7b730a37457
This commit is contained in:
Monty Taylor 2016-10-19 16:17:13 -05:00
parent 6615160361
commit bedc9c57c2
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
2 changed files with 28 additions and 0 deletions

View File

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

13
os_client_config/vendors/otc.json vendored Normal file
View File

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