]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Hide lock_prefix argument using synchronized_with_prefix()
authorZhongyue Luo <zhongyue.nah@intel.com>
Tue, 14 May 2013 09:17:46 +0000 (17:17 +0800)
committerZhongyue Luo <zhongyue.nah@intel.com>
Mon, 10 Jun 2013 08:09:29 +0000 (16:09 +0800)
commitae779e4bf761d2fd1df85d71c412c3d963be021b
treebf4300b135d0ae5eafd27ed9badc7d37ad4bc0d6
parentff5026642704d383764eafdeeb0fc70c76d50171
Hide lock_prefix argument using synchronized_with_prefix()

The lockfile module has a new convenience API which sets the lockfile prefix.
Using this API, the prefix is not required everytime synchronized is used.
This enables for projects to have consistant prefixes on their lockfiles

Change-Id: I4bc3f28a9ed2a6e2438a90f163bbde081211062c
quantum/agent/dhcp_agent.py
quantum/agent/linux/iptables_manager.py
quantum/common/utils.py
quantum/manager.py
quantum/plugins/bigswitch/plugin.py