From cf5f446f27a08a41366847e2b586c51f9a6d696f Mon Sep 17 00:00:00 2001 From: Nick Jones Date: Thu, 12 Apr 2018 14:08:50 +0100 Subject: [PATCH] Remove DataCentred from list of vendors DataCentred's cloud service was shut down late 2017, and so this vendor should be removed from the list. Change-Id: Id10cbed6eaa02cafaf5d220032014b2a3f58ad82 Signed-off-by: Nick Jones --- doc/source/user/vendor-support.rst | 13 ------------- os_client_config/vendors/datacentred.json | 11 ----------- 2 files changed, 24 deletions(-) delete mode 100644 os_client_config/vendors/datacentred.json diff --git a/doc/source/user/vendor-support.rst b/doc/source/user/vendor-support.rst index 2c7bed3..714718a 100644 --- a/doc/source/user/vendor-support.rst +++ b/doc/source/user/vendor-support.rst @@ -106,19 +106,6 @@ sjc1 San Jose, CA * Image upload is not supported -datacentred ------------ - -https://compute.datacentred.io:5000 - -============== ================ -Region Name Location -============== ================ -sal01 Manchester, UK -============== ================ - -* Image API Version is 1 - dreamcompute ------------ diff --git a/os_client_config/vendors/datacentred.json b/os_client_config/vendors/datacentred.json deleted file mode 100644 index e67d3da..0000000 --- a/os_client_config/vendors/datacentred.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "datacentred", - "profile": { - "auth": { - "auth_url": "https://compute.datacentred.io:5000" - }, - "region-name": "sal01", - "identity_api_version": "3", - "image_api_version": "2" - } -}