]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Migrate to oslo.concurrency
authorIhar Hrachyshka <ihrachys@redhat.com>
Fri, 5 Dec 2014 17:17:15 +0000 (18:17 +0100)
committerIhar Hrachyshka <ihrachys@redhat.com>
Thu, 15 Jan 2015 20:01:06 +0000 (21:01 +0100)
commit35d838ff600729f4b7b2ac8be92d3a3be4d96cb8
treea00a8dab0411c26edc35079340cde6e66b8082a8
parent150f5fbdcaa62f14477588db734aafedc265e46b
Migrate to oslo.concurrency

Namespaces are not used anymore, so imports are for oslo_concurrency,
not oslo.concurrency.

lockutils direct call is not supported anymore, so using shipped
lockutils-wrapper instead.

Use ExternalLockFixture to set lock_path for unit testing.

Updated cache and cache/_backends module from oslo-incubator to use
oslo.concurrency and not incubator version of lockutils module.

Dropped lockutils incubator module that is now moved to oslo.concurrency. Not
dropping fixture module that includes lockutils fixture since other fixtures
are still used in the tree.

Closes-Bug: #1387092
Change-Id: I2ba2295f8f5d55f272a9d23555940586b25b5a1c
22 files changed:
neutron/agent/linux/external_process.py
neutron/agent/linux/iptables_manager.py
neutron/common/utils.py
neutron/openstack/common/cache/_backends/memory.py
neutron/openstack/common/cache/cache.py
neutron/openstack/common/lockutils.py [deleted file]
neutron/plugins/cisco/cfg_agent/cfg_agent.py
neutron/plugins/cisco/db/l3/l3_router_appliance_db.py
neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py
neutron/plugins/ml2/drivers/cisco/apic/mechanism_apic.py
neutron/plugins/ml2/plugin.py
neutron/plugins/nuage/plugin.py
neutron/plugins/nuage/syncmanager.py
neutron/plugins/vmware/plugins/base.py
neutron/services/advanced_service.py
neutron/tests/base.py
neutron/tests/unit/test_security_groups_rpc.py
openstack-common.conf
requirements.txt
run_tests.sh
tools/pretty_tox.sh
tox.ini