Add the new DreamCompute cloud
It does things the happy way - direct routing of IPv4 and IPv6. However, it's a respin, so we're naming it dreamcompute rather than dreamhost so that users don't get broken by the shift. Remove dreamhost from the docs - people looking at documentation should be using the new region. Change-Id: I92eb38635c4389d2e9326fab038137a673497fa8
This commit is contained in:
parent
d9e9bb791b
commit
9c699ed3a6
@ -99,9 +99,26 @@ sal01 Manchester, UK
|
||||
|
||||
* Image API Version is 1
|
||||
|
||||
dreamcompute
|
||||
------------
|
||||
|
||||
https://iad2.dream.io:5000
|
||||
|
||||
============== ================
|
||||
Region Name Human Name
|
||||
============== ================
|
||||
RegionOne Region One
|
||||
============== ================
|
||||
|
||||
* Identity API Version is 3
|
||||
* Images must be in `raw` format
|
||||
* IPv6 is provided to every server
|
||||
|
||||
dreamhost
|
||||
---------
|
||||
|
||||
Deprecated, please use dreamcompute
|
||||
|
||||
https://keystone.dream.io/v2.0
|
||||
|
||||
============== ================
|
||||
|
11
os_client_config/vendors/dreamcompute.json
vendored
Normal file
11
os_client_config/vendors/dreamcompute.json
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "dreamcompute",
|
||||
"profile": {
|
||||
"auth": {
|
||||
"auth_url": "https://iad2.dream.io:5000"
|
||||
},
|
||||
"identity_api_version": "3",
|
||||
"region_name": "RegionOne",
|
||||
"image_format": "raw"
|
||||
}
|
||||
}
|
2
os_client_config/vendors/dreamhost.json
vendored
2
os_client_config/vendors/dreamhost.json
vendored
@ -1,6 +1,8 @@
|
||||
{
|
||||
"name": "dreamhost",
|
||||
"profile": {
|
||||
"status": "deprecated",
|
||||
"message": "The dreamhost profile is deprecated. Please use the dreamcompute profile instead",
|
||||
"auth": {
|
||||
"auth_url": "https://keystone.dream.io"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user