File: add-ovo-registry-27cb7d4ac76d4dc8.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 (9 lines) | stat: -rw-r--r-- 518 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
---
features:
  - The ``neutron_lib.utils.runtime.NamespacedPlugins`` class is now available
    and wraps a stevedore namespace of plugins.
  - The ``neutron_lib.objects.registry`` module is now available for loading
    neutron versioned object classes registered as entry points with the
    ``NEUTRON_OBJECT_NAMESPACE`` namespace therein. This global registry can
    be used by consumers to access references to neutron versioned object
    classes and instances so there's no need to import ``neutron.objects``.