From 79637b12cfebb3ab80c781b1217755832ab069c4 Mon Sep 17 00:00:00 2001 From: Simon Leinen Date: Mon, 28 Sep 2015 23:35:17 +0200 Subject: Added SWITCHengines vendor file Signed-off-by: Simon Leinen Change-Id: Iae386787ee2b3feecb78e3f69c7ed4e279e5acce --- doc/source/vendor-support.rst | 14 ++++++++++++++ os_client_config/vendors/switchengines.yaml | 9 +++++++++ 2 files changed, 23 insertions(+) create mode 100644 os_client_config/vendors/switchengines.yaml 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 -- cgit v1.2.1