cmdlib: Cleanup public/private functions
authorThomas Thrainer <thomasth@google.com>
Tue, 14 May 2013 12:30:08 +0000 (14:30 +0200)
committerThomas Thrainer <thomasth@google.com>
Fri, 17 May 2013 09:32:16 +0000 (11:32 +0200)
commit5eacbcae6b0304c0d902dfab6e768e070c80ad2d
treeca1606765cfa8cd4949465c487364b2c2a52f054
parent8aa8f6b1bc8a9449e96c4cefcdb58947d166c434
cmdlib: Cleanup public/private functions

All functions/classes which are used outside of their defining module
(with tests as an exception) no longer have a leading underscore.

Signed-off-by: Thomas Thrainer <thomasth@google.com>
Reviewed-by: Bernardo Dal Seno <bdalseno@google.com>
19 files changed:
lib/cmdlib/backup.py
lib/cmdlib/base.py
lib/cmdlib/cluster.py
lib/cmdlib/common.py
lib/cmdlib/group.py
lib/cmdlib/instance.py
lib/cmdlib/instance_migration.py
lib/cmdlib/instance_operation.py
lib/cmdlib/instance_query.py
lib/cmdlib/instance_storage.py
lib/cmdlib/instance_utils.py
lib/cmdlib/misc.py
lib/cmdlib/network.py
lib/cmdlib/node.py
lib/cmdlib/operating_system.py
lib/cmdlib/query.py
lib/cmdlib/tags.py
lib/cmdlib/test.py
test/py/ganeti.cmdlib_unittest.py