cinder/api-ref/source/v3/samples/worker-cleanup-request.json
James Palmer 0e6ba48347 Change key "cluster" to "cluster_name"
According to the request documentation above this sample,
the key "cluster" should be "cluster_name".

Closes-Bug: #1970135
Signed-off-by: James Palmer <jpalmer7698@gmail.com>
Change-Id: Ifd64ba39a46cdbf7d75bc17baa2862790a7a39c1
2022-04-25 19:18:45 +00:00

11 lines
245 B
JSON

{
"cluster_name": "test",
"disabled": true,
"host": "host1@lvmdriver",
"service_id": 1,
"is_up": true,
"binary": "cinder-volume",
"resource_id": "b122f668-d15a-40f8-af21-38d218796ab8",
"resource_type": "Volume"
}