[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
This commit is contained in:
parent
d8c97b6f9c
commit
bed11c76da
@ -1,7 +1,7 @@
|
||||
{
|
||||
"cluster": "test",
|
||||
"disabled": "True",
|
||||
"host": "127.0.0.1",
|
||||
"host": "host1@lvmdriver"
|
||||
"service_id": "1",
|
||||
"is_up": "True",
|
||||
"binary": "cinder-volume",
|
||||
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"cleaning": [
|
||||
{
|
||||
"id": "dd233343-er34-fr43-54ss-vfdfft433fdf",
|
||||
"host": "127.0.0.1",
|
||||
"id" "1",
|
||||
"host": "host1@lvmdriver",
|
||||
"binary": "cinder-volume",
|
||||
"cluster_name": "test"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user