Public bug reported:

requested_network is a tuple of (net_id, fixed_ip, port_id). Some of the
members can be None depending on the user input, for example, of the
nova boot command.  When SR-IOV tries to use it for SR-IOV, it needs to
add a pci_request_id into it. Concerns are raised on the tuple's
expandability, and its being prone to error when packing/unpacking the
tuple.

** 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/1361806

Title:
  requested_network as a tuple now should be converted to an object

Status in OpenStack Compute (Nova):
  New

Bug description:
  requested_network is a tuple of (net_id, fixed_ip, port_id). Some of
  the members can be None depending on the user input, for example, of
  the nova boot command.  When SR-IOV tries to use it for SR-IOV, it
  needs to add a pci_request_id into it. Concerns are raised on the
  tuple's expandability, and its being prone to error when
  packing/unpacking the tuple.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to