Repository: qpid-dispatch Updated Branches: refs/heads/master da873abe4 -> 172629e3d
DISPATCH-933 - Fixed a mistake in qdrouter.json. id and mode of RouterStats must not be set to create true Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/172629e3 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/172629e3 Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/172629e3 Branch: refs/heads/master Commit: 172629e3daf0b8206ebc211f73fc617dd23a05ac Parents: da873ab Author: Ganesh Murthy <[email protected]> Authored: Thu Mar 22 09:12:01 2018 -0400 Committer: Ganesh Murthy <[email protected]> Committed: Thu Mar 22 09:12:01 2018 -0400 ---------------------------------------------------------------------- python/qpid_dispatch/management/qdrouter.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/172629e3/python/qpid_dispatch/management/qdrouter.json ---------------------------------------------------------------------- diff --git a/python/qpid_dispatch/management/qdrouter.json b/python/qpid_dispatch/management/qdrouter.json index ed76442..1eaffd7 100644 --- a/python/qpid_dispatch/management/qdrouter.json +++ b/python/qpid_dispatch/management/qdrouter.json @@ -486,8 +486,7 @@ "id": { "description":"Router's unique identity. The router will fail to start without id.", "type": "string", - "required": false, - "create": true + "required": false }, "mode": { "type": [ @@ -495,8 +494,7 @@ "interior" ], "default": "standalone", - "description": "In standalone mode, the router operates as a single component. It does not participate in the routing protocol and therefore will not cooperate with other routers. In interior mode, the router operates in cooperation with other interior routers in an interconnected network.", - "create": true + "description": "In standalone mode, the router operates as a single component. It does not participate in the routing protocol and therefore will not cooperate with other routers. In interior mode, the router operates in cooperation with other interior routers in an interconnected network." }, "version": { "type": "string", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
