yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #79197
[Bug 1835209] Re: Bulk-created ports ignore binding_host_id property
Reviewed: https://review.opendev.org/665516
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=d0c172afa6ea38e94563afb4994471420b27cddf
Submitter: Zuul
Branch: master
commit d0c172afa6ea38e94563afb4994471420b27cddf
Author: Nate Johnston <nate.johnston@xxxxxxxxxx>
Date: Sat Jun 15 10:14:58 2019 -0400
Fix bulk port binding
Bulk ports were not binding correctly when they were created. This is
due to a few inconsistencies between the create_port code and the
create_port_bulk code, mostly a result of the use of the Port object in
the bulk code.
Change-Id: I3bcd3cec12b1b6f6a568cda4bfeb569f636efb98
Closes-Bug: #1835209
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1835209
Title:
Bulk-created ports ignore binding_host_id property
Status in neutron:
Fix Released
Bug description:
If you pass binding_host_id to bulk port creation request, the
property is not saved into the DB and this results in port being
unbound. This is problematic for Kuryr where we precreate a number of
ports pre-attached to Neutron hosts.
I believe this was introduced in
https://review.opendev.org/#/c/624815/.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1835209/+subscriptions
References