]> git.feebdaed.xyz Git - 0xmirror/openstack.git/commit
Update git submodules
authorZuul <zuul@review.opendev.org>
Tue, 16 Dec 2025 18:13:44 +0000 (18:13 +0000)
committerGerrit Code Review <review@openstack.org>
Tue, 16 Dec 2025 18:13:44 +0000 (18:13 +0000)
commit77758255967405dd816b88b45e387592669152f8
treeb0e002086d0af71a3efa6b6bcc1a04dd242b98c4
parent74356b023c08dc83237a75e374baad80224a4e7d
Update git submodules

* Update neutron from branch 'master'
  to 9f3a5cde17da4f978846772ab787766ef2d65d95
  - Merge "Search for active port binding when updating LSP host info"
  - Search for active port binding when updating LSP host info

    When updating LSP host info for an UP port, the code
    always uses the first port binding in the DB entry
    (db_port.port_bindings[0].host).

    Since there could be multiple port bindings present,
    search for the active one when determining which host
    value to use.

    Closes-bug: #2134504
    Change-Id: Ia07610a17afb55b802290c8910a17dace7794c4f
Signed-off-by: Brian Haley <haleyb.dev@gmail.com>
neutron