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