Update config to Keystone v3

Change-Id: I6ef2beaef947a59efbc8674ff71023cd69ce9246
Implements: Update cloud config for SWITCHengines
Task: 40644
Story: 2008000
This commit is contained in:
Valery Tschopp
2020-08-11 10:50:57 +02:00
parent 0f18406053
commit 5ee8a2b4ef
2 changed files with 3 additions and 4 deletions

View File

@@ -274,7 +274,7 @@ SYD Sydney, NSW
SWITCHengines SWITCHengines
------------- -------------
https://keystone.cloud.switch.ch:5000/v2.0 https://keystone.cloud.switch.ch:5000/v3
============== ================ ============== ================
Region Name Location Region Name Location

View File

@@ -2,14 +2,13 @@
"name": "switchengines", "name": "switchengines",
"profile": { "profile": {
"auth": { "auth": {
"auth_url": "https://keystone.cloud.switch.ch:5000/v2.0" "auth_url": "https://keystone.cloud.switch.ch:5000/v3"
}, },
"regions": [ "regions": [
"LS", "LS",
"ZH" "ZH"
], ],
"block_storage_api_version": "1", "identity_api_version": "3",
"image_api_use_tasks": true,
"image_format": "raw" "image_format": "raw"
} }
} }