summaryrefslogtreecommitdiff
path: root/qpid/extras/dispatch/python
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2013-10-09 21:17:58 +0000
committerTed Ross <tross@apache.org>2013-10-09 21:17:58 +0000
commit94374b4bcdf57dd6186fbeba4787dd9395fb8c83 (patch)
tree795128260fff375aac13d54a378d842112a2ad40 /qpid/extras/dispatch/python
parent7e9151221f24c6fdb11e00bd79a01a51f7c24b82 (diff)
downloadqpid-python-94374b4bcdf57dd6186fbeba4787dd9395fb8c83.tar.gz
QPID-5220 - Added configuration support for three operational modes of the router.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1530798 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/extras/dispatch/python')
-rw-r--r--qpid/extras/dispatch/python/qpid/dispatch/config/schema.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/extras/dispatch/python/qpid/dispatch/config/schema.py b/qpid/extras/dispatch/python/qpid/dispatch/config/schema.py
index 545139f0df..1b3fe885cb 100644
--- a/qpid/extras/dispatch/python/qpid/dispatch/config/schema.py
+++ b/qpid/extras/dispatch/python/qpid/dispatch/config/schema.py
@@ -71,6 +71,7 @@ config_schema = {
'allow-redirect' : (bool, None, "", True)
}),
'router' : (True, {
+ 'mode' : (str, None, "", 'standalone'),
'router-id' : (str, None, "M"),
'area' : (str, None, "", None),
'hello-interval' : (int, None, "", 1),