On Thu, 2 Nov 2017 11:26:29 +0900
IWASE Yusuke wrote:
> Currently, ryu-manager uses distutils.version.LooseVersion for
> "--zapi-frr-version" to parse the given version sting.
> With custom type class for oslo_config.cfg.Opt, oslo_config might access
> __class__ attribute for equal comparison.
>
Currently, ryu-manager uses distutils.version.LooseVersion for
"--zapi-frr-version" to parse the given version sting.
With custom type class for oslo_config.cfg.Opt, oslo_config might access
__class__ attribute for equal comparison.
But in case on Python 2, LooseVersion does not have __class__ attr