Merge "[Api-ref] fix incorrect host value in worker cleanup api"

This commit is contained in:
Zuul 2018-05-17 03:04:39 +00:00 committed by Gerrit Code Review
commit 1f76e2cd7d
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ {
"cluster": "test", "cluster": "test",
"disabled": "True", "disabled": "True",
"host": "127.0.0.1", "host": "host1@lvmdriver"
"service_id": "1", "service_id": "1",
"is_up": "True", "is_up": "True",
"binary": "cinder-volume", "binary": "cinder-volume",

View File

@ -1,8 +1,8 @@
{ {
"cleaning": [ "cleaning": [
{ {
"id": "dd233343-er34-fr43-54ss-vfdfft433fdf", "id" "1",
"host": "127.0.0.1", "host": "host1@lvmdriver",
"binary": "cinder-volume", "binary": "cinder-volume",
"cluster_name": "test" "cluster_name": "test"
} }