]> www.infradead.org Git - users/dhowells/kafs-utils.git/commit
Move VL connection security determination into cell.py
authorDavid Howells <dhowells@redhat.com>
Wed, 9 Apr 2014 14:40:36 +0000 (15:40 +0100)
committerDavid Howells <dhowells@redhat.com>
Wed, 9 Apr 2014 14:44:56 +0000 (15:44 +0100)
commit2de121b9bbf9fd5ad9a7e2281ca8052632e3bf7f
treed649bca00239c158473b116657adbc8cc82fc112
parent7cadceb2afdaa1fa43229aabf01fcd7a330c1620
Move VL connection security determination into cell.py

Move the Volume Location DB connection security handling into
cell.open_vl_server() as it's common to all vos commands.  It can be
configured directly by passing in a dictionary holding the appropriate
parameters.

Signed-off-by: David Howells <dhowells@redhat.com>
suite/commands/vos/listvldb.py
suite/lib/cell.py