qapi/migration.json: Remove a variable that doesn't exist in example

Remove the "active" variable in example for query-colo-status.
It is a doc bug from commit f56c0065

Signed-off-by: Zhang Chen <chen.zhang@intel.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20190303145021.2962-6-chen.zhang@intel.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
This commit is contained in:
Zhang Chen 2019-03-03 22:50:19 +08:00 committed by Dr. David Alan Gilbert
parent db00972922
commit b5922fc589
1 changed files with 1 additions and 1 deletions

View File

@ -1393,7 +1393,7 @@
# Example:
#
# -> { "execute": "query-colo-status" }
# <- { "return": { "mode": "primary", "active": true, "reason": "request" } }
# <- { "return": { "mode": "primary", "reason": "request" } }
#
# Since: 3.1
##