neutron/neutron
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
..
agent Merge "Use constants from neutron-lib" 2016-04-26 05:49:47 +00:00
api Use converters and validators from neutron-lib 2016-04-24 19:13:10 -04:00
callbacks Use exceptions from neutron-lib 2016-04-21 21:29:44 -04:00
cmd Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
common Pass through setattr to deprecated things 2016-04-24 18:20:22 -07:00
core_extensions Objects DB api: added composite key to handle multiple primary key 2016-03-01 17:05:11 +00:00
db Merge "Add device_id index to Port" 2016-04-26 08:18:39 +00:00
debug Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
extensions Use converters and validators from neutron-lib 2016-04-24 19:13:10 -04:00
hacking Revert "Switch to inheriting hacking checks from neutron-lib" 2016-04-24 15:19:20 +00:00
ipam Use converters and validators from neutron-lib 2016-04-24 19:13:10 -04:00
locale Imported Translations from Zanata 2016-04-18 06:57:03 +00:00
notifiers Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
objects Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
openstack Fix module's import order 2016-01-22 06:38:42 -08:00
pecan_wsgi Use converters and validators from neutron-lib 2016-04-24 19:13:10 -04:00
plugins Merge "Use converters and validators from neutron-lib" 2016-04-26 05:54:04 +00:00
quota Use exceptions from neutron-lib 2016-04-21 21:29:44 -04:00
scheduler Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
server Moved CORS middleware configuration into oslo-config-generator 2016-03-01 12:21:33 -08:00
services Merge "Use constants from neutron-lib" 2016-04-26 05:49:47 +00:00
tests Merge "Use converters and validators from neutron-lib" 2016-04-26 05:54:04 +00:00
__init__.py Hacking rule to check i18n usage 2016-03-30 21:28:37 -04:00
_i18n.py Move i18n to _i18n, as per oslo_i18n guidelines 2015-12-01 19:29:10 -07:00
auth.py Consume ConfigurableMiddleware from oslo_middleware 2015-10-08 17:59:43 +00:00
context.py Define context.roles with base class 2016-04-06 11:47:13 -04:00
i18n.py Move i18n to _i18n, as per oslo_i18n guidelines 2015-12-01 19:29:10 -07:00
manager.py Pecan: replace dashes with underscores on controller lookup 2016-02-19 00:54:32 -08:00
neutron_plugin_base_v2.py Fix module's import order 2016-01-22 06:38:42 -08:00
opts.py Return oslo_config Opts to config generator 2016-03-15 10:08:14 +11:00
policy.py Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
service.py Check if plugin supports starting rpc listeners 2016-03-01 15:43:44 -06:00
version.py
worker.py Some minor misspellings in comment block. 2015-11-24 00:01:21 -06:00
wsgi.py Use exceptions from neutron-lib 2016-04-21 21:29:44 -04:00