You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The items returned from the RPC call
get_ports_on_host_by_subnet() are dictionaries, not
objects, so referencing by *.id will throw an
AttributeError.
Added tests that would have caught it and fixed the
mocking to return correct values.
Introduced in:
https://review.opendev.org/c/openstack/neutron/+/938657
Closes-bug: #2122065
Change-Id: If4ff23f6c79580918d90380eda1326f583fc937f
Signed-off-by: Brian Haley <[email protected]>
(cherry picked from commit e51a6bd)
0 commit comments