Testing: IP allocation simulation - Tweak options handling and Cluster.diff().
authorMartin Schwenke <martin@meltin.net>
Mon, 2 Aug 2010 04:20:12 +0000 (14:20 +1000)
committerMartin Schwenke <martin@meltin.net>
Mon, 2 Aug 2010 04:20:12 +0000 (14:20 +1000)
commita32298e7bc819694518e859f100f9444ff5663cd
tree96c9b993786abc7ecdf09fa8a11183b6a78a3d25
parente6e56e5989def6704b116e806c1f261c7f3fc03f
Testing: IP allocation simulation - Tweak options handling and Cluster.diff().

process_args() must now be called by programs inporting this module.
Options are put into global variable "options", which can be
references using "ctdb_takeover.options".

Can now pass extra option specifications to process_args().

Remove global variable prev and make it a Cluster object variable.

Signed-off-by: Martin Schwenke <martin@meltin.net>
tests/takeover/ctdb_takeover.py