[Bug 1668578] Re: Newton package needs to bump dependency on python-pecan
Brian Murray
brian at ubuntu.com
Fri Mar 17 14:43:59 UTC 2017
Hello Dr., or anyone else affected,
Accepted neutron into yakkety-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/neutron/2:9.2.0-0ubuntu1 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.
If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed. In either case, details of your testing will help
us make a better decision.
Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in
advance!
** Changed in: neutron (Ubuntu Yakkety)
Status: Triaged => Fix Committed
** Tags added: verification-needed
--
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:
Fix Committed
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