← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1392423] [NEW] BandwidthUsage.create() used incorrectly in _poll_bandwidth_usage

 

Public bug reported:

2014-11-13 06:30:32.010 21838 ERROR nova.openstack.common.periodic_task
[-] Error during ComputeManager._poll_bandwidth_usage: unbound method
create() must be called with BandwidthUsage instance as first argument
(got RequestContext instance instead)

is being raised during the _poll_bandwidth_usage periodic task if
reporting is supported.  It is not showing up in the gate because this
capability is set to be unsupported there.  The cause is that create()
is used as a classmethod though it is not defined as one.

** Affects: nova
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1392423

Title:
  BandwidthUsage.create() used incorrectly in _poll_bandwidth_usage

Status in OpenStack Compute (Nova):
  New

Bug description:
  2014-11-13 06:30:32.010 21838 ERROR
  nova.openstack.common.periodic_task [-] Error during
  ComputeManager._poll_bandwidth_usage: unbound method create() must be
  called with BandwidthUsage instance as first argument (got
  RequestContext instance instead)

  is being raised during the _poll_bandwidth_usage periodic task if
  reporting is supported.  It is not showing up in the gate because this
  capability is set to be unsupported there.  The cause is that create()
  is used as a classmethod though it is not defined as one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1392423/+subscriptions


Follow ups

References