diff options
author | Zhang Chen <chen.zhang@intel.com> | 2019-03-03 22:50:19 +0800 |
---|---|---|
committer | Dr. David Alan Gilbert <dgilbert@redhat.com> | 2019-03-06 10:49:18 +0000 |
commit | b5922fc5891261153f1a0f20e814c620aabeb6ac (patch) | |
tree | c6ffe904348328e698ce75f404c77fcf1de8ee26 /qapi | |
parent | db00972922c875ce354a102c94699fe40612c90d (diff) |
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>
Diffstat (limited to 'qapi')
-rw-r--r-- | qapi/migration.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/migration.json b/qapi/migration.json index 6bd7fd3f1a..5684733754 100644 --- a/qapi/migration.json +++ b/qapi/migration.json @@ -1393,7 +1393,7 @@ # Example: # # -> { "execute": "query-colo-status" } -# <- { "return": { "mode": "primary", "active": true, "reason": "request" } } +# <- { "return": { "mode": "primary", "reason": "request" } } # # Since: 3.1 ## |