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:
6
openstack/config/vendors/citycloud.json
vendored
6
openstack/config/vendors/citycloud.json
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user