[Bug 1668578] Re: Newton package needs to bump dependency on python-pecan

James Page james.page at ubuntu.com
Thu Mar 16 08:55:34 UTC 2017


Fixed in zesty - ready for SRU team review again.

** Changed in: neutron (Ubuntu Yakkety)
       Status: Incomplete => Triaged

** Changed in: neutron (Ubuntu Yakkety)
   Importance: Undecided => Medium

** Changed in: neutron (Ubuntu)
   Importance: Undecided => Medium

-- 
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:
  Triaged

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