Update git submodules

* Update neutron from branch 'master'
  to 7f56084c8844be70d4b69f85e7fb18ab06483800
  - Merge "Start trunk plugin RPC via service framework"
  - Start trunk plugin RPC via service framework
    
    Instead of each individual driver setting up the RPC server (and setting
    the _rpc_backend attribute on the TrunkPlugin) we now check in the
    TrunkPlugin if any driver requires the RPC backend to be started.
    Additionally, we only start it when this is requested by Neutron via
    start_rpc_listeners(). This is required when running neutron-server and
    neutron-rpc-server separately to run RPC only in neutron-rpc-server.
    
    As we still need the notifiers of ServerSideRpcBackend to be
    created/started, we separate TrunkSkeleton (which is the RPC server
    implementation) and ServerSideRpcBackend (which is essentially only a
    notifier). In case RPC is required by a driver, we always start the
    notifier, but the RPC server only when requested via
    start_rpc_listeners().
    
    Change-Id: I2c6362b3320e534a6e65bd7701b5ac2feca42a49
    Closes-Bug: #2015275
    Closes-Bug: #2062009
This commit is contained in:
Zuul 2024-05-03 01:49:44 +00:00 committed by Gerrit Code Review
parent b185f1cc38
commit bf7db1fe46
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 305d9ea0c74da7953f6ddb78ed86a2ed44f7d72b
Subproject commit 7f56084c8844be70d4b69f85e7fb18ab06483800