← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1378461] [NEW] nova.objects.network_request.NetworkRequest's version is incorrect

 

Public bug reported:

from nova/objects/network_request.py:

class NetworkRequest(obj_base.NovaObject):
    # Version 1.0: Initial version
    # Version 1.1: Added pci_request_id
    VERSION = '1.0'

VERSION should be 1.1, per the comment above it.

** Affects: nova
     Importance: Medium
         Status: Triaged


** Tags: juno-rc-potential low-hanging-fruit

-- 
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/1378461

Title:
  nova.objects.network_request.NetworkRequest's version is incorrect

Status in OpenStack Compute (Nova):
  Triaged

Bug description:
  from nova/objects/network_request.py:

  class NetworkRequest(obj_base.NovaObject):
      # Version 1.0: Initial version
      # Version 1.1: Added pci_request_id
      VERSION = '1.0'

  VERSION should be 1.1, per the comment above it.

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


Follow ups

References