Merge "[Api-ref] fix incorrect host value in worker cleanup api"
This commit is contained in:
commit
1f76e2cd7d
@ -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…
x
Reference in New Issue
Block a user