← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1583011] [NEW] Ryu 4.2 appears broken with python 3, lock Ryu version at 4.0

 

Public bug reported:

Just saw a gate failure in neutron-dynamic-routing where the python34
check job fails with the following error
http://paste.openstack.org/show/497444/.  The gate job ran against Ryu
4.2 and failed, but the check job ran against Ryu 4.0. It appears a
recent change in Ryu
(https://github.com/osrg/ryu/commit/7d42aecb8d6b4e91e4704fabb1d9eca1d873c148)
failed to add an implementation of __hash__() in the class RouteFamily
to go along with an implementation of __eq__(). If we cap Ryu at version
4.0 while a fix is made to Ryu we don't have this problem. Neutron
currently specifies the Ryu version as ryu>=3.30.

** Affects: neutron
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1583011

Title:
  Ryu 4.2 appears broken with python 3, lock Ryu version at 4.0

Status in neutron:
  New

Bug description:
  Just saw a gate failure in neutron-dynamic-routing where the python34
  check job fails with the following error
  http://paste.openstack.org/show/497444/.  The gate job ran against Ryu
  4.2 and failed, but the check job ran against Ryu 4.0. It appears a
  recent change in Ryu
  (https://github.com/osrg/ryu/commit/7d42aecb8d6b4e91e4704fabb1d9eca1d873c148)
  failed to add an implementation of __hash__() in the class RouteFamily
  to go along with an implementation of __eq__(). If we cap Ryu at
  version 4.0 while a fix is made to Ryu we don't have this problem.
  Neutron currently specifies the Ryu version as ryu>=3.30.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1583011/+subscriptions


Follow ups