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:
Monty Taylor 2016-07-09 17:36:48 +09:00
parent d9e9bb791b
commit 9c699ed3a6
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
3 changed files with 30 additions and 0 deletions

View File

@ -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
============== ================

View 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"
}
}

View File

@ -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"
},