diff --git a/doc/source/user/config/vendor-support.rst b/doc/source/user/config/vendor-support.rst index 15d48b338..6d3991d7c 100644 --- a/doc/source/user/config/vendor-support.rst +++ b/doc/source/user/config/vendor-support.rst @@ -274,7 +274,7 @@ SYD Sydney, NSW SWITCHengines ------------- -https://keystone.cloud.switch.ch:5000/v2.0 +https://keystone.cloud.switch.ch:5000/v3 ============== ================ Region Name Location diff --git a/openstack/config/vendors/switchengines.json b/openstack/config/vendors/switchengines.json index 0ec23c2a9..43503018e 100644 --- a/openstack/config/vendors/switchengines.json +++ b/openstack/config/vendors/switchengines.json @@ -2,14 +2,13 @@ "name": "switchengines", "profile": { "auth": { - "auth_url": "https://keystone.cloud.switch.ch:5000/v2.0" + "auth_url": "https://keystone.cloud.switch.ch:5000/v3" }, "regions": [ "LS", "ZH" ], - "block_storage_api_version": "1", - "image_api_use_tasks": true, + "identity_api_version": "3", "image_format": "raw" } }