Merge "Adding two new regions and dynamic auth_url based on region name."
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",
|
"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",
|
||||||
|
|||||||
Reference in New Issue
Block a user