Merge "Add OpenTelekomCloud to the vendors"

This commit is contained in:
Jenkins 2017-01-17 18:18:42 +00:00 committed by Gerrit Code Review
commit 90c3d001b6
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"
}
}