Repository: qpid-dispatch Updated Branches: refs/heads/master 4926d75aa -> 8366141f1
DISPATCH-256 - Added update flag to log's module attribute Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/8366141f Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/8366141f Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/8366141f Branch: refs/heads/master Commit: 8366141f153e69776cec50df314dde4e2d03a041 Parents: 4926d75 Author: Ganesh Murthy <[email protected]> Authored: Wed May 11 11:42:39 2016 -0400 Committer: Ganesh Murthy <[email protected]> Committed: Wed May 11 11:42:39 2016 -0400 ---------------------------------------------------------------------- python/qpid_dispatch/management/qdrouter.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/8366141f/python/qpid_dispatch/management/qdrouter.json ---------------------------------------------------------------------- diff --git a/python/qpid_dispatch/management/qdrouter.json b/python/qpid_dispatch/management/qdrouter.json index c804f72..e977438 100644 --- a/python/qpid_dispatch/management/qdrouter.json +++ b/python/qpid_dispatch/management/qdrouter.json @@ -784,7 +784,8 @@ "DEFAULT" ], "required": true, - "description": "Module to configure. The special module 'DEFAULT' specifies defaults for all modules." + "description": "Module to configure. The special module 'DEFAULT' specifies defaults for all modules.", + "update": true }, "enable": { "type": "string", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
