← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1584858] [NEW] ryu 4.2.1 breaks python 2.7 environments

 

Public bug reported:

ryu >= 4.1 is broken for Python 2.7 environments - the following commit requires ovs>=2.6.0.dev0 for all environments:
https://github.com/osrg/ryu/commit/b8cb2d22aab1b761e9e2de2df1a93cc60ed60dfa

Contrastingly, upper-constraints prevents ovs>2.5.0 in Python 2.7 environments:
https://git.openstack.org/cgit/openstack/requirements/tree/upper-constraints.txt#n229

This is showing up as a breakage in the XenServer Neutron CI (currently
on internal testing before commenting externally):
pkg_resources.ContextualVersionConflict: (ovs 2.5.0
(/usr/local/lib/python2.7/dist-packages),
Requirement.parse('ovs>=2.6.0.dev0'), set(['ryu']))

Example failure logs at:
http://dd6b71949550285df7dc-dda4e480e005aaa13ec303551d2d8155.r49.cf1.rackcdn.com/05/243105/11/2000/logs/screen-q-agt.txt.gz

** 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/1584858

Title:
  ryu 4.2.1 breaks python 2.7 environments

Status in neutron:
  New

Bug description:
  ryu >= 4.1 is broken for Python 2.7 environments - the following commit requires ovs>=2.6.0.dev0 for all environments:
  https://github.com/osrg/ryu/commit/b8cb2d22aab1b761e9e2de2df1a93cc60ed60dfa

  Contrastingly, upper-constraints prevents ovs>2.5.0 in Python 2.7 environments:
  https://git.openstack.org/cgit/openstack/requirements/tree/upper-constraints.txt#n229

  This is showing up as a breakage in the XenServer Neutron CI
  (currently on internal testing before commenting externally):
  pkg_resources.ContextualVersionConflict: (ovs 2.5.0
  (/usr/local/lib/python2.7/dist-packages),
  Requirement.parse('ovs>=2.6.0.dev0'), set(['ryu']))

  Example failure logs at:
  http://dd6b71949550285df7dc-dda4e480e005aaa13ec303551d2d8155.r49.cf1.rackcdn.com/05/243105/11/2000/logs/screen-q-agt.txt.gz

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


Follow ups