neutron/neutron/common
Kevin Benton b047e3c28a Pass through setattr to deprecated things
Without setattr defined, setting an attr will end up
setting a new attribute on the deprecated instance
rather than changing my_globals. This means that other
functions in my_globals that have a reference to the original
will have a different view than external users that get
the new attribute.

Closes-Bug: #1575316
Change-Id: I7d1f00b5649399cb6db5213fa5efc7a924cf30a8
2016-04-24 18:20:22 -07:00
..
__init__.py Update License Headers to replace Nicira with VMware 2014-02-27 08:11:15 +00:00
_deprecate.py Pass through setattr to deprecated things 2016-04-24 18:20:22 -07:00
config.py Use converters and validators from neutron-lib 2016-04-24 19:13:10 -04:00
constants.py Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
eventlet_utils.py Add eventlet monkey_patch helper 2015-03-24 08:44:00 -07:00
exceptions.py Merge "Remove two exceptions already in neutron-lib" 2016-04-20 01:47:49 +00:00
ipv6_utils.py Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
rpc.py Use exceptions from neutron-lib 2016-04-21 21:29:44 -04:00
test_lib.py Revert "Removed test_lib module" 2015-06-29 08:27:41 +00:00
topics.py RPC Callback rolling upgrades reporting, and integration 2016-03-01 11:20:48 +01:00
utils.py Use constants from neutron-lib 2016-04-23 21:23:56 -04:00