Add betacloud to the vendors
Change-Id: I599156ee4e2ff52e4db5669fce6cacd22447c3b0
This commit is contained in:

committed by
Monty Taylor

parent
aba542595b
commit
af5507626f
@@ -39,6 +39,22 @@ van1 Vancouver, BC
|
|||||||
|
|
||||||
* Public IPv4 is provided via NAT with Neutron Floating IP
|
* 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
|
catalyst
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
14
openstack/config/vendors/betacloud.json
vendored
Normal file
14
openstack/config/vendors/betacloud.json
vendored
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
@@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
other:
|
||||||
|
- Add betacloud region for Germany
|
Reference in New Issue
Block a user