File: core-attributes-43e6969f1b187e5c.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-- 864 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
features:
  - A bulk of the ``neutron.api.v2.attributes`` functionality is now available
    in ``neutron_lib.api.attributes``. A new ``AttributeInfo`` class is
    available in that acts as a wrapper for an API resource's attribute dict
    and allows consumers to perform operations with the underlying attribute
    dict. The ``populate_project_info`` function is now available. The global
    attribute map ``RESOURCES`` is now available and will take the place of
    neutron's global ``RESOURCE_ATTRIBUTE_MAP``.
  - The ``neutron_lib.fixture.APIDefinitionFixture`` has been updated to handle
    backing-up and restoring the global ``RESOURCES`` dict. By default the
    constructor now also uses all API definitions if none are passed to it's
    constructor. This is the default behavior almost all consumers need and is
    thus a convenience change.