Add betacloud to the vendors

Change-Id: I599156ee4e2ff52e4db5669fce6cacd22447c3b0
This commit is contained in:
Christian Berendt 2017-12-11 22:24:01 +01:00 committed by Monty Taylor
parent aba542595b
commit af5507626f
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
3 changed files with 33 additions and 0 deletions

View File

@ -39,6 +39,22 @@ van1 Vancouver, BC
* Public IPv4 is provided via NAT with Neutron Floating IP
betacloud
---------
https://api-1.betacloud.io:5000
============== ==================
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
openstack/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"
},
"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