[release-announce] [neutron] neutron-lib 1.6.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Mon May 1 17:56:17 UTC 2017


We are pleased to announce the release of:

neutron-lib 1.6.0: Neutron shared routines and utilities

This release is part of the pike release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/neutron-lib

Download the package from:

    https://pypi.python.org/pypi/neutron-lib

Please report issues through launchpad:

    http://bugs.launchpad.net/neutron

For more details, please see below.

1.6.0
^^^^^

New 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.

Changes in neutron-lib 1.5.0..1.6.0
-----------------------------------

e401652 Rehome neutron.api.v2.attributes
714b810 Patch _get_callback_manager for callback fixture


Diffstat (except docs and test files)
-------------------------------------

neutron_lib/api/attributes.py                      | 183 ++++++++++++++++-
neutron_lib/api/definitions/base.py                |  13 --
neutron_lib/fixture.py                             |  36 +++-
.../notes/core-attributes-43e6969f1b187e5c.yaml    |  14 ++
9 files changed, 570 insertions(+), 52 deletions(-)






More information about the Release-announce mailing list