summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2016-07-09 17:36:48 +0900
committerMonty Taylor <mordred@inaugust.com>2016-08-03 09:45:12 -0500
commit9c699ed3a649d7d6d1f3c9d8a13eda483f948512 (patch)
treefb613063be80c2c4d3650cee7110554149b14adc
parentd9e9bb791ba169e828d6068534ee2f430f4668eb (diff)
downloados-client-config-9c699ed3a649d7d6d1f3c9d8a13eda483f948512.tar.gz
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
-rw-r--r--doc/source/vendor-support.rst17
-rw-r--r--os_client_config/vendors/dreamcompute.json11
-rw-r--r--os_client_config/vendors/dreamhost.json2
3 files changed, 30 insertions, 0 deletions
diff --git a/doc/source/vendor-support.rst b/doc/source/vendor-support.rst
index f97c9f6..0297b7d 100644
--- a/doc/source/vendor-support.rst
+++ b/doc/source/vendor-support.rst
@@ -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
============== ================
diff --git a/os_client_config/vendors/dreamcompute.json b/os_client_config/vendors/dreamcompute.json
new file mode 100644
index 0000000..8244cf7
--- /dev/null
+++ b/os_client_config/vendors/dreamcompute.json
@@ -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"
+ }
+}
diff --git a/os_client_config/vendors/dreamhost.json b/os_client_config/vendors/dreamhost.json
index 6fc2ccf..ea2ebac 100644
--- a/os_client_config/vendors/dreamhost.json
+++ b/os_client_config/vendors/dreamhost.json
@@ -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"
},