cinder/api-ref/source/v3/samples/worker-cleanup-response.json
junboli bed11c76da [Api-ref] fix incorrect host value in worker cleanup api
The value of host in sample request and sample response is not correct,
this change is to update this.


Change-Id: If8524a08795c222e67ca2c85243a42fb27e43bdb
Close-bug: #1758955
2018-05-15 02:44:52 +00:00

12 lines
206 B
JSON

{
"cleaning": [
{
"id" "1",
"host": "host1@lvmdriver",
"binary": "cinder-volume",
"cluster_name": "test"
}
],
"unavailable": []
}