
Cinder has deprecated API version v1 since Juno release, and there is a blueprint to remove v1 API support which is in progress. We should default to v2 API when it's there. Closes-Bug: 1467589 Change-Id: I83aef4c681cbe342c445f02436fcd40cf1222f23
16 lines
256 B
JSON
16 lines
256 B
JSON
{
|
|
"name": "citycloud",
|
|
"profile": {
|
|
"auth": {
|
|
"auth_url": "https://identity1.citycloud.com:5000/v3/"
|
|
},
|
|
"regions": [
|
|
"Lon1",
|
|
"Sto2",
|
|
"Kna1"
|
|
],
|
|
"volume_api_version": "1",
|
|
"identity_api_version": "3"
|
|
}
|
|
}
|