[PATCH 5/6] add listen port to overlord config so there is a default port in the overlord config that it will attempt to connect to minions on

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 func/commonconfig.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/func/commonconfig.py b/func/commonconfig.py
index 46c2216..f8e2c7f 100644
--- a/func/commonconfig.py
+++ b/func/commonconfig.py
@@ -36,6 +36,7 @@ class FuncdConfig(BaseConfig):
 
 class OverlordConfig(BaseConfig):
     socket_timeout = FloatOption(0)
+    listen_port = IntOption('51234')
     backend = Option('conf')
     group_db = Option('')
     key_file = Option('')
-- 
1.6.6

_______________________________________________
Func-list mailing list
Func-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/func-list

[Index of Archives]     [Fedora Users]     [Linux Networking]     [Fedora Legacy List]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux