[Bug 1668578] Re: Newton package needs to bump dependency on python-pecan
Launchpad Bug Tracker
1668578 at bugs.launchpad.net
Wed Mar 15 16:37:43 UTC 2017
This bug was fixed in the package neutron - 2:10.0.0-0ubuntu2
---------------
neutron (2:10.0.0-0ubuntu2) zesty; urgency=medium
* d/control: Bump minimum pecan version to 1.1.2 (LP: #1668578).
-- James Page <james.page at ubuntu.com> Wed, 15 Mar 2017 10:39:34 +0000
** Changed in: neutron (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to neutron in Ubuntu.
https://bugs.launchpad.net/bugs/1668578
Title:
Newton package needs to bump dependency on python-pecan
Status in neutron package in Ubuntu:
Fix Released
Status in neutron source package in Yakkety:
Incomplete
Bug description:
[Impact]
When installing neutron from the Newton UCA the following traceback
occurs:
def set_quota_usage_dirty(context, resource, tenant_id, dirty=True):
File "/usr/lib/python2.7/dist-packages/neutron/db/api.py", line 144, in decorator
ctx_arg_index = p_util.getargspec(f).args.index(context_var_name)
File "/usr/lib/python2.7/dist-packages/pecan/util.py", line 44, in getargspec
reverse=True
File "/usr/lib/python2.7/dist-packages/pecan/util.py", line 43, in <lambda>
key=lambda c: 'self' in c.cell_contents.__code__.co_varnames,
AttributeError: '_TransactionContextManager' object has no attribute '__code__'
This is due to a older version of python-pecan being required for
neutron to install properly.
[Test Case]
Install neutron with a newer version of pecan and see if the traceback still occurs.
[Regression potential]
None since newer versions of neutron will have the same issue. When newer pecan versions are installed.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1668578/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list