Spec example:
Specify cinder client version
{
"openstack": {
"auth_url": "http://example.net:5000/v2.0/",
"region_name": "RegionOne",
"endpoint_type": "public",
"admin": {
"username": "admin",
"password": "myadminpass",
"tenant_name": "demo"
},
"https_insecure": false,
"https_cacert": ""
"api_info": {
"cinder": {
"version": "1",
"service_type": "volume"
}
}
}
}
Change-Id: I74578e3b1c4e7b662ba66955ef9fb62cd4eeb788
21 lines
526 B
JSON
21 lines
526 B
JSON
{
|
|
"openstack": {
|
|
"auth_url": "http://example.net:5000/v2.0/",
|
|
"region_name": "RegionOne",
|
|
"endpoint_type": "public",
|
|
"admin": {
|
|
"username": "admin",
|
|
"password": "myadminpass",
|
|
"tenant_name": "demo"
|
|
},
|
|
"https_insecure": false,
|
|
"https_cacert": ""
|
|
"api_info": {
|
|
"specified_client_name": {
|
|
"version": "version_number",
|
|
"service_type": "service_type"
|
|
}
|
|
}
|
|
}
|
|
}
|