summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/vendor-support.rst14
-rw-r--r--os_client_config/vendors/switchengines.yaml9
2 files changed, 23 insertions, 0 deletions
diff --git a/doc/source/vendor-support.rst b/doc/source/vendor-support.rst
index 39f488d..598b2d4 100644
--- a/doc/source/vendor-support.rst
+++ b/doc/source/vendor-support.rst
@@ -247,3 +247,17 @@ nz_wlg_1 Wellington, NZ
* Image API Version is 1
* Images must be in `raw` format
+
+switchengines
+-------------
+
+https://keystone.cloud.switch.ch:5000/v2.0
+
+============== ================
+Region Name Human Name
+============== ================
+LS Lausanne, CH
+ZH Zurich, CH
+
+* Images must be in `raw` format
+* Images must be uploaded using the Glance Task Interface
diff --git a/os_client_config/vendors/switchengines.yaml b/os_client_config/vendors/switchengines.yaml
new file mode 100644
index 0000000..ff6c505
--- /dev/null
+++ b/os_client_config/vendors/switchengines.yaml
@@ -0,0 +1,9 @@
+name: switchengines
+profile:
+ auth:
+ auth_url: https://keystone.cloud.switch.ch:5000/v2.0
+ regions:
+ - LS
+ - ZH
+ image_api_use_tasks: true
+ image_format: raw