qa_config: Remove exclusive storage flag from config
authorMichael Hanselmann <hansmi@google.com>
Mon, 4 Feb 2013 16:05:29 +0000 (17:05 +0100)
committerMichael Hanselmann <hansmi@google.com>
Fri, 8 Feb 2013 13:35:19 +0000 (14:35 +0100)
commitf9329a6c3e72464f73abddbf24d2c214d17c1e74
tree4323a9c0d50a4d96422a1c4d8c4556f5aa1f14da
parent595149d52180ffaee1c8dead5499a363ea4c2ffb
qa_config: Remove exclusive storage flag from config

Commit 6a0f22e added the ability to track the status of the cluster-wide
flag for exclusive storage. It did so in a way which modifies the
in-memory configuration dictionary. This patch changes the code to use a
plain global variable as a temporary solution until a configuration
object is added.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Helga Velroyen <helgav@google.com>
qa/qa_config.py