yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #13331
[Bug 1300325] Re: nic port ordering is not honored
Reviewed: https://review.openstack.org/85711
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=f78ee9c53a8cb28f5b8e1dfeb21adfa78be2e09a
Submitter: Jenkins
Branch: milestone-proposed
commit f78ee9c53a8cb28f5b8e1dfeb21adfa78be2e09a
Author: Aaron Rosen <aaronorosen@xxxxxxxxx>
Date: Mon Mar 31 11:35:29 2014 -0700
Ensure network interfaces are in requested order
_build_network_info_model was iterating current_neutron_ports
instead of port_ids which contains ports in their correctly requested
order. Because of this the requested nic order was no longer being
perserved. This patch fixes this and also changes the order of ports
in test_build_network_info_model() so this case is tested.
Change-Id: Ia9e71364bca6cbc24ebc1c234e6a5af14f51cd62
Closes-bug: #1300325
(cherry picked from commit 721e7f939859fbfe6b0c79ef3a6d5e43c916da65)
** Changed in: nova
Status: Fix Committed => Fix Released
--
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/1300325
Title:
nic port ordering is not honored
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
This bug was fixed by https://bugs.launchpad.net/nova/+bug/1064524
previously but broken by version
46922068ac167f492dd303efb359d0c649d69118.
Instead of iterating the already ordered port list, the new code
iterates the list from neutron and the result is random ordering.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1300325/+subscriptions
References