From: Zhang Chen <chen.zh...@intel.com> Remove the "active" variable in example for query-colo-status.
Signed-off-by: Zhang Chen <chen.zh...@intel.com> --- qapi/migration.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qapi/migration.json b/qapi/migration.json index 48e21880a3..f4c1762dfc 100644 --- a/qapi/migration.json +++ b/qapi/migration.json @@ -1342,7 +1342,7 @@ # Example: # # -> { "execute": "query-colo-status" } -# <- { "return": { "mode": "primary", "active": true, "reason": "request" } } +# <- { "return": { "mode": "primary", "reason": "request" } } # # Since: 3.1 ## -- 2.17.GIT