[Bug 1500950] Re: [MIR] ryu
James Page
james.page at ubuntu.com
Thu Jul 21 15:13:40 UTC 2016
Hmm - not quite:
Installing ryu-manager script to /<<BUILDDIR>>/ryu-3.30+dfsg1/debian/python3-ryu/usr/bin
Installing ryu script to /<<BUILDDIR>>/ryu-3.30+dfsg1/debian/python3-ryu/usr/bin
File "/usr/lib/python3/dist-packages/ryu/contrib/ovs/db/idl.py", line 189
except error.Error, e:
^
SyntaxError: invalid syntax
File "/usr/lib/python3/dist-packages/ryu/contrib/ovs/json.py", line 146
except UnicodeDecodeError, e:
^
SyntaxError: invalid syntax
File "/usr/lib/python3/dist-packages/ryu/contrib/ovs/stream.py", line 122
def open_block((error, stream)):
^
SyntaxError: invalid syntax
File "/usr/lib/python3/dist-packages/ryu/contrib/ovs/fatal_signal.py", line 93
except OSError, e:
^
SyntaxError: invalid syntax
File "/usr/lib/python3/dist-packages/ryu/contrib/ovs/socket_util.py", line 40
except socket.error, e:
^
SyntaxError: invalid syntax
File "/usr/lib/python3/dist-packages/ryu/contrib/ovs/daemon.py", line 147
except IOError, e:
^
SyntaxError: invalid syntax
File "/usr/lib/python3/dist-packages/ryu/contrib/ovs/poller.py", line 174
except select.error, e:
^
SyntaxError: invalid syntax
File "/usr/lib/python3/dist-packages/ryu/contrib/ovs/ovsuuid.py", line 45
except error.Error, e:
^
SyntaxError: invalid syntax
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to ryu in Ubuntu.
https://bugs.launchpad.net/bugs/1500950
Title:
[MIR] ryu
Status in ryu package in Ubuntu:
New
Bug description:
[MIR] ryu (specifically python-ryu)
[Availability]
Currently in universe.
[Rationale]
Dependency for Openstack Neutron in Liberty.
[Security]
No security history
[Quality Assurance]
Package works out of the box with no prompting. There are no major bugs in Ubuntu and there are no major bugs in Debian. Unit tests are run during build (in recently uploaded version 3.24-1ubuntu1).
[Dependencies]
All are in main
[Standards Compliance]
FHS and Debian Policy compliant.
[Maintenance]
Python package that the Ubuntu Server Team will take care of.
[Background]
Ryu is a component-based software defined networking framework.
Ryu provides software components with well defined API that make it
easy for developers to create new network management and control
applications. Ryu supports various protocols for managing network
devices, such as OpenFlow, Netconf, OF-config, etc. About OpenFlow,
Ryu supports fully 1.0, 1.2, 1.3, 1.4 and Nicira Extensions.
All of the code is freely available under the Apache 2.0 license. Ryu
is fully written in Python.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ryu/+bug/1500950/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list