summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Jones <nick@stackhpc.com>2018-04-12 14:08:50 +0100
committerNick Jones <nick@stackhpc.com>2018-04-12 14:11:54 +0100
commitcf5f446f27a08a41366847e2b586c51f9a6d696f (patch)
tree9afd6201d698fd6824206ab5f720926f7eb9f197
parentc2cb2fde44b6dcc3bdf0f6c40cf9d9fa5c718152 (diff)
downloados-client-config-cf5f446f27a08a41366847e2b586c51f9a6d696f.tar.gz
Remove DataCentred from list of vendors1.30.0
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 <nick@stackhpc.com>
-rw-r--r--doc/source/user/vendor-support.rst13
-rw-r--r--os_client_config/vendors/datacentred.json11
2 files changed, 0 insertions, 24 deletions
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"
- }
-}