
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
22 lines
586 B
JSON
22 lines
586 B
JSON
{
|
|
"auth_type": "password",
|
|
"baremetal_api_version": "1",
|
|
"container_api_version": "1",
|
|
"compute_api_version": "2",
|
|
"database_api_version": "1.0",
|
|
"disable_vendor_agent": {},
|
|
"dns_api_version": "2",
|
|
"interface": "public",
|
|
"floating_ip_source": "neutron",
|
|
"identity_api_version": "2.0",
|
|
"image_api_use_tasks": false,
|
|
"image_api_version": "2",
|
|
"image_format": "qcow2",
|
|
"metering_api_version": "2",
|
|
"network_api_version": "2",
|
|
"object_store_api_version": "1",
|
|
"orchestration_api_version": "1",
|
|
"secgroup_source": "neutron",
|
|
"volume_api_version": "2"
|
|
}
|