Adding two new regions and dynamic auth_url based on region name.

New setup for authentication - one per region.

Change-Id: Ida97e6ecebbcf9930363d5ddc1aa22d9c97b6f39
This commit is contained in:
Tobias Rydberg
2018-10-16 09:48:05 +00:00
parent a7926082b0
commit 38f6050d3f

View File

@@ -2,7 +2,7 @@
"name": "citycloud",
"profile": {
"auth": {
"auth_url": "https://identity1.citycloud.com:5000/v3/"
"auth_url": "https://%(region_name)s.citycloud.com:5000/v3/"
},
"regions": [
"Buf1",
@@ -10,7 +10,9 @@
"Fra1",
"Lon1",
"Sto2",
"Kna1"
"Kna1",
"dx1",
"tky1"
],
"requires_floating_ip": true,
"block_storage_api_version": "1",