Locking: remove LEVEL_CONFIG lockset
authorGuido Trotter <ultrotter@google.com>
Tue, 8 Jul 2008 08:41:04 +0000 (08:41 +0000)
committerGuido Trotter <ultrotter@google.com>
Tue, 8 Jul 2008 08:41:04 +0000 (08:41 +0000)
commit08a6c581169019d14e8438de21762ccccb1843e0
tree7583f06990cbb6213ca30da65301c1ecb47103cc
parentf78ede4ef6f6e93f3541361518c0d2d73643e25c
Locking: remove LEVEL_CONFIG lockset

Since the ConfigWriter now handles its own locking it's not necessary to
have a specific level for the config in the Locking Manager anymore.
This patch thus removes it, and all the unittest calls that used it, or
depended on it being present.

Reviewed-by: iustinp
lib/locking.py
test/ganeti.locking_unittest.py