Merge "Add betacloud to the vendors"

This commit is contained in:
Zuul
2018-01-28 02:50:59 +00:00
committed by Gerrit Code Review
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