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",
"disabled": "True",
"host": "127.0.0.1",
"host": "host1@lvmdriver"
"service_id": "1",
"is_up": "True",
"binary": "cinder-volume",

View File

@ -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"
}