]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Migrate to oslo.context
authorIhar Hrachyshka <ihrachys@redhat.com>
Thu, 11 Dec 2014 19:36:48 +0000 (20:36 +0100)
committerIhar Hrachyshka <ihrachys@redhat.com>
Thu, 11 Dec 2014 19:49:11 +0000 (20:49 +0100)
commit089e60a68b313c1f7077f010964ac27141425517
tree7dd4351cadad23feb9894c830f8fe17963acf84c
parentdaf7de66c4d81c76c83a75c84bc3e0e735c4c404
Migrate to oslo.context

That's just a matter of adding requirements.txt entry, fixing imports,
and dropping the corresponding oslo-incubator module from the tree.

While at it, made all imports to import the module into 'oslo_context' and
not just 'context', so that we don't override the module locally in
multiple methods that receive their context arguments with the same
name, making the library inaccessible from inside those methods.

Change-Id: Ie62af970b3b7f225de453e56c01abc4b12af8f5e
Closes-Bug: #1401054
neutron/context.py
neutron/openstack/common/context.py [deleted file]
neutron/plugins/brocade/NeutronPlugin.py
neutron/tests/unit/brocade/test_brocade_vlan.py
neutron/tests/unit/hyperv/test_hyperv_rpcapi.py
neutron/tests/unit/ml2/drivers/brocade/test_brocade_l3_plugin.py
neutron/tests/unit/ml2/test_rpcapi.py
neutron/tests/unit/mlnx/test_rpcapi.py
neutron/tests/unit/test_agent_rpc.py
openstack-common.conf
requirements.txt