qapi/migration.json: Remove a variable that doesn't exist in example
authorZhang Chen <chen.zhang@intel.com>
Sun, 3 Mar 2019 14:50:19 +0000 (22:50 +0800)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 6 Mar 2019 10:49:18 +0000 (10:49 +0000)
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>
qapi/migration.json

index 6bd7fd3f1acf11e27587cca178319cc6e4605f1a..56847337542a86f1d8efc4e8bf088ce28e988d0e 100644 (file)
 # Example:
 #
 # -> { "execute": "query-colo-status" }
-# <- { "return": { "mode": "primary", "active": true, "reason": "request" } }
+# <- { "return": { "mode": "primary", "reason": "request" } }
 #
 # Since: 3.1
 ##