yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #22831
[Bug 1361806] Re: requested_network as a tuple now should be converted to an object
** Changed in: nova
Status: Fix Committed => Fix Released
** Changed in: nova
Milestone: None => juno-rc1
--
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):
Fix Released
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
References