Merge "Add betacloud to the vendors"

This commit is contained in:
Monty Taylor 2018-01-31 21:03:27 +00:00 committed by Gerrit Code Review
commit 9d730a30b2
3 changed files with 31 additions and 0 deletions

View File

@ -39,6 +39,20 @@ van1 Vancouver, BC
* Public IPv4 is provided via NAT with Neutron Floating IP
betacloud
---------
============== ==================
Region Name Location
============== ==================
betacloud-1 Nuremberg, Germany
============== ==================
* Identity API Version is 3
* Images must be in `raw` format
* Public IPv4 is provided via NAT with Neutron Floating IP
* Volume API Version is 3
catalyst
--------

14
os_client_config/vendors/betacloud.json vendored Normal file
View File

@ -0,0 +1,14 @@
{
"name": "betacloud",
"profile": {
"auth": {
"auth_url": "https://api-1.betacloud.io:5000/v3"
},
"regions": [
"betacloud-1"
],
"identity_api_version": "3",
"image_format": "raw",
"volume_api_version": "3"
}
}

View File

@ -0,0 +1,3 @@
---
other:
- Add betacloud region for Germany