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

This commit is contained in:
Zuul
2018-10-16 19:57:33 +00:00
committed by Gerrit Code Review

View File

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