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>