Allow programs to be part of the Ganeti library
authorMichael Hanselmann <hansmi@google.com>
Wed, 27 Oct 2010 10:58:13 +0000 (12:58 +0200)
committerMichael Hanselmann <hansmi@google.com>
Wed, 27 Oct 2010 11:19:09 +0000 (13:19 +0200)
commit2d48a3a2ede2f3aeab9f1b9b4acc2091b5c5f265
treee51fb40c524f267713b94ffe2b15c48312b4832e
parentf91e255a52d43532fb1d52ead696dc69c547c521
Allow programs to be part of the Ganeti library

Eventually this will help ensuring that clients and servers are of the
same version, as long as they're imported from the same path. Currently
it's relatively easy for gnt-* and ganeti-* to be from a different
version.

Scripts will be at ganeti.client.gnt_* and a small bootstrap script
calls a “Main” function from the module.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Makefile.am
lib/client/__init__.py [new file with mode: 0644]