Add betacloud to the vendors

Change-Id: I599156ee4e2ff52e4db5669fce6cacd22447c3b0
This commit is contained in:
Christian Berendt 2017-12-11 22:24:01 +01:00
parent 480bfc2722
commit 593ed45db9
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