From 9c699ed3a649d7d6d1f3c9d8a13eda483f948512 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 9 Jul 2016 17:36:48 +0900 Subject: [PATCH] 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 --- doc/source/vendor-support.rst | 17 +++++++++++++++++ os_client_config/vendors/dreamcompute.json | 11 +++++++++++ os_client_config/vendors/dreamhost.json | 2 ++ 3 files changed, 30 insertions(+) create mode 100644 os_client_config/vendors/dreamcompute.json 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" },