[Bug 1668578] Update Released

Brian Murray brian at ubuntu.com
Thu Mar 30 16:16:43 UTC 2017


The verification of the Stable Release Update for neutron has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

-- 
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 Released

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