You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gm...@apache.org on 2017/03/01 18:11:51 UTC

qpid-dispatch git commit: DISPATCH-639 - Added documentation to qdrouter.json to allow one of containerId or connection for an autoLink/linkRoute

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 656653aec -> 41a78668f


DISPATCH-639 - Added documentation to qdrouter.json to allow one of containerId or connection for an autoLink/linkRoute

(cherry picked from commit d6939558d594f981fb60b55ab0de6ba7aba0fe24)


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/41a78668
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/41a78668
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/41a78668

Branch: refs/heads/master
Commit: 41a78668f951c00c059471477644dbed320a60e9
Parents: 656653a
Author: Ganesh Murthy <gm...@redhat.com>
Authored: Tue Feb 28 09:20:21 2017 -0500
Committer: Ganesh Murthy <gm...@redhat.com>
Committed: Wed Mar 1 13:11:21 2017 -0500

----------------------------------------------------------------------
 python/qpid_dispatch/management/qdrouter.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/41a78668/python/qpid_dispatch/management/qdrouter.json
----------------------------------------------------------------------
diff --git a/python/qpid_dispatch/management/qdrouter.json b/python/qpid_dispatch/management/qdrouter.json
index 3fcadb4..4228e9f 100644
--- a/python/qpid_dispatch/management/qdrouter.json
+++ b/python/qpid_dispatch/management/qdrouter.json
@@ -970,13 +970,13 @@
                 },
                 "containerId": {
                     "type": "string",
-                    "description": "ContainerID for the target container",
+                    "description": "ContainerID for the target container. Only one of containerId or connection should be specified for a linkRoute. Specifying both will result in the linkRoute not being created.",
                     "create": true,
                     "required": false
                 },
                 "connection": {
                     "type": "string",
-                    "description": "The name from a connector or listener",
+                    "description": "The name from a connector or listener. Only one of containerId or connection should be specified for a linkRoute. Specifying both will result in the linkRoute not being created.",
                     "create": true,
                     "required": false
                 },
@@ -1026,13 +1026,13 @@
                 },
                 "containerId": {
                     "type": "string",
-                    "description": "ContainerID for the target container",
+                    "description": "ContainerID for the target container. Only one of containerId or connection should be specified for an autoLink. Specifying both will result in the autoLink not being created",
                     "create": true,
                     "required": false
                 },
                 "connection": {
                     "type": "string",
-                    "description": "The name from a connector or listener",
+                    "description": "The name from a connector or listener. Only one of containerId or connection should be specified for an autoLink. Specifying both will result in the autoLink not being created",
                     "create": true,
                     "required": false
                 },


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org