File: public-service-classes-e52d7c79a075b799.yaml

package info (click to toggle)
python-neutron-lib 2.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,004 kB
  • sloc: python: 20,559; pascal: 615; sh: 98; makefile: 22
file content (10 lines) | stat: -rw-r--r-- 485 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
---
features:
  - The ``neutron_lib.api.extensions.ExtensionDescriptor`` class's
    ``get_plugin_interface`` method now formally only supports
    ``neutron_lib.services.base.ServicePluginBase``. This change reflects
    the existing usage by consumers as almost all are returning
    instances of ``ServicePluginBase`` already.
  - The class ``WorkerBase`` is now available and provides the same
    functionality that's provided by
    ``neutron.worker.WorkerSupportServiceMixin``.