On May 10, 2016, at 4:13 AM, Jong Hun HAN <jong....@cl.cam.ac.uk> wrote: > > File "/root/ryu_forked/ryu/ryu/controller/controller.py", line 72, in > <module> > help='Maximum number of unreplied echo requests before datapath is > disconnected.') > File "/usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py", > line 1016, in __init__ > super(IntOpt, self).__init__(name, type=types.Integer(), **kwargs) > TypeError: __init__() got an unexpected keyword argument 'min'
Added a "floor" for the number of unreplied echo requests allowed. This capability was introduced in oslo.config version 1.15. The commit introducing it into oslo.config is here: https://github.com/openstack/oslo.config/commit/781868f2dacc06814ccf5af755d8fee139479767 I suggest updating your oslo.config. We should probably bump the minimum version required, though; the current pip-requires has: oslo.config>=1.6.0 It should probably be: oslo.config>=1.15.0 Best, Victor -- Victor J. Orlikowski <> vjo@[cs.]duke.edu ------------------------------------------------------------------------------ Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control only the apps on BYO-devices by containerizing them, leaving personal data untouched! https://ad.doubleclick.net/ddm/clk/304595813;131938128;j _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel