Update config to Keystone v3
Change-Id: I6ef2beaef947a59efbc8674ff71023cd69ce9246 Implements: Update cloud config for SWITCHengines Task: 40644 Story: 2008000
This commit is contained in:
@@ -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
|
||||||
|
5
openstack/config/vendors/switchengines.json
vendored
5
openstack/config/vendors/switchengines.json
vendored
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user