File: expose-and-enhance-callback-api-714cce65a3c44fe7.yaml

package info (click to toggle)
python-neutron-lib 3.18.2-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,652 kB
  • sloc: python: 22,800; sh: 145; makefile: 24
file content (14 lines) | stat: -rw-r--r-- 731 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
features:
  - Neutron's callback API found in ``neutron.callbacks.*`` is now exposed
    in ``neutron_lib.callbacks.*``. In addition, a set of event payload objects
    are now available for use in transporting event payload data in a
    standardized way.
  - A test fixture is provided for isolating the global callback manager in
    ``neutron_lib.callbacks.registry``. For more details see the comments in
    ``neutron_lib.fixture.CallbackRegistryFixture``.
deprecations:
  - The use of ``neutron_lib.callbacks.registry.notify()`` and
    ``neutron_lib.callbacks.manager.CallbacksManager.notify()`` is deprecated in
    favor of their ``publish()`` counterparts and will be removed in
    the "Queens" release time-frame.