Skip to content

Commit

Permalink
Change key "cluster" to "cluster_name"
Browse files Browse the repository at this point in the history
According to the request documentation above this sample,
the key "cluster" should be "cluster_name".

Closes-Bug: #1970135
Signed-off-by: James Palmer <[email protected]>
Change-Id: Ifd64ba39a46cdbf7d75bc17baa2862790a7a39c1
  • Loading branch information
jpalm7698 committed Apr 25, 2022
1 parent 3e068b5 commit 0e6ba48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-ref/source/v3/samples/worker-cleanup-request.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cluster": "test",
"cluster_name": "test",
"disabled": true,
"host": "host1@lvmdriver",
"service_id": 1,
Expand Down

0 comments on commit 0e6ba48

Please sign in to comment.