summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Leinen <simon.leinen@switch.ch>2015-09-28 23:35:17 +0200
committerSimon Leinen <simon.leinen@switch.ch>2015-09-28 23:47:29 +0200
commit79637b12cfebb3ab80c781b1217755832ab069c4 (patch)
tree1f2c2f3dcbf5e6450dbac8b4319f5b52b674a980
parent19249cb1126c1008a118be23e3edb14a48cdd268 (diff)
downloados-client-config-79637b12cfebb3ab80c781b1217755832ab069c4.tar.gz
Added SWITCHengines vendor file
Signed-off-by: Simon Leinen <simon.leinen@gmail.com> Change-Id: Iae386787ee2b3feecb78e3f69c7ed4e279e5acce
-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