Skip to content
Snippets Groups Projects
Commit b5922fc5 authored by Zhang Chen's avatar Zhang Chen Committed by Dr. David Alan Gilbert
Browse files

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: default avatarZhang Chen <chen.zhang@intel.com>
Reviewed-by: default avatarEric Blake <eblake@redhat.com>
Message-Id: <20190303145021.2962-6-chen.zhang@intel.com>
Signed-off-by: default avatarDr. David Alan Gilbert <dgilbert@redhat.com>
parent db009729
No related branches found
No related tags found
No related merge requests found
......@@ -1393,7 +1393,7 @@
# Example:
#
# -> { "execute": "query-colo-status" }
# <- { "return": { "mode": "primary", "active": true, "reason": "request" } }
# <- { "return": { "mode": "primary", "reason": "request" } }
#
# Since: 3.1
##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment