Add support for zetta.io

zetta has an openstack cloud, let's add support for it.

Change-Id: I86cda3e42fff468786b2809bb367ad59241bb397
Closes-Bug: 1537959
This commit is contained in:
Steve Martinelli 2016-01-25 20:37:22 -05:00 committed by Morgan Fainberg
parent b18d05df0f
commit fe2558a2d5
2 changed files with 27 additions and 0 deletions

View File

@ -305,3 +305,17 @@ ca-ymq-1 Montreal
* DNS API Version is 1
* Identity API Version is 3
zetta
-----
https://identity.api.zetta.io/v3
============== ================
Region Name Human Name
============== ================
no-osl1 Oslo
============== ================
* DNS API Version is 2
* Identity API Version is 3

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

@ -0,0 +1,13 @@
{
"name": "zetta",
"profile": {
"auth": {
"auth_url": "https://identity.api.zetta.io/v3"
},
"regions": [
"no-osl1"
],
"identity_api_version": "3",
"dns_api_version": "2"
}
}