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:
parent
b18d05df0f
commit
fe2558a2d5
@ -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
13
os_client_config/vendors/zetta.json
vendored
Normal 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"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user