File: allow-ml2-plugins-to-start-own-rpc-listeners-54f05910ac3f336a.yaml

package info (click to toggle)
python-neutron-lib 3.21.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,660 kB
  • sloc: python: 22,829; sh: 137; makefile: 24
file content (7 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
---
other:
  - |
    MechanismDrivers can now start their own RPC listeners by implementing
    start_rpc_listeners(). It is preferred to use this method instead of
    initialize() for this task to support the split between RPC and
    API workers.