]> www.infradead.org Git - users/dhowells/kafs-utils.git/commit
Implement "bos listhosts" and "bos getcell"
authorDavid Howells <dhowells@redhat.com>
Fri, 11 Apr 2014 15:46:18 +0000 (16:46 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 11 Apr 2014 15:46:18 +0000 (16:46 +0100)
commitc01805d20cd2ad60845745408d15cd07b87acd24
treef73ac696330bd47d4a9807e1be407dec206ee1ac
parentf3e7b26fda57f475f7710d79ed2a72e5612e6be1
Implement "bos listhosts" and "bos getcell"

Signed-off-by: David Howells <dhowells@redhat.com>
rpc-api/bos.xg
suite/argparse.py
suite/commands/bos/__init__.py [new file with mode: 0644]
suite/commands/bos/getcell.py [new file with mode: 0644]
suite/commands/bos/listhosts.py [new file with mode: 0644]
suite/lib/bosserver.py [new file with mode: 0644]
suite/lib/cell.py