Neutron shared routines and utilities.
Go to file
Boden R 1a98539797 APIDefinitionFixture bugfix
Currently APIDefinitionFixture backs up the contents of its target dict
(attributes.RESOURCES and/or an API def's RESOURCE_ATTRIBUTE_MAP) and
on restore replaces the respective target with its backup copy. While
this works in a number of cases, it doesn't take into account "longer"
references to the respective dict. In some cases consumers hold a
reference to an attribute dict longer than the duration of the fixture
in which case their reference is not cleaned up on restore.

This patch address this bug and includes UTs. No release note is
included as this is only an internal behavior change.

Change-Id: Id61ba4e4649d3a73c9397632755f1cd0c38d7ab3
2017-05-24 04:45:39 -06:00
api-ref/source Trivial fix typos 2017-05-18 16:10:04 +07:00
doc/source Remove duplicated "set of" 2017-05-17 15:09:35 +08:00
neutron_lib APIDefinitionFixture bugfix 2017-05-24 04:45:39 -06:00
releasenotes make extra_dhcp_opt vars public 2017-05-11 22:42:51 +00:00
tools Validate API sample JSON files 2017-02-10 11:15:01 +09:00
.coveragerc Improvements to tox envs 2015-12-19 01:00:22 -05:00
.gitignore Add release notes target 2016-10-20 11:22:32 -07:00
.gitreview Added .gitreview 2015-11-19 19:54:39 +00:00
.mailmap Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
.testr.conf Improvements to tox envs 2015-12-19 01:00:22 -05:00
CONTRIBUTING.rst Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
HACKING.rst Enforce log messages not being translated 2017-04-12 15:57:38 -07:00
LICENSE Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
README.rst Show team and repo badges on README 2016-11-25 15:45:44 +01:00
babel.cfg Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
requirements.txt Updated from global requirements 2017-04-15 17:46:01 +00:00
setup.cfg Remove support for py34 2017-02-09 08:28:56 +07:00
setup.py Updated from global requirements 2017-03-02 11:49:11 +00:00
test-requirements.txt Updated from global requirements 2017-05-17 03:52:23 +00:00
tox.ini Indicating the location tests directory in oslo_debug_helper 2017-03-14 15:44:32 +00:00

README.rst

Team and repository tags

image

neutron-lib

Neutron shared routines and utilities

Features

  • TODO