]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
rest-api.py: fix up client identification
authorDan Mick <dan.mick@inktank.com>
Wed, 2 Oct 2013 21:23:45 +0000 (14:23 -0700)
committerDan Mick <dan.mick@inktank.com>
Wed, 2 Oct 2013 21:25:34 +0000 (14:25 -0700)
commit0ce72d7f01c0c75081f032075fa1ab4164f98f41
tree2e590737e0d06619e55716d8782d4b0462ae90c5
parent759bbb4bdbacc4748787cde05aa19d1ee14115c2
rest-api.py: fix up client identification

The code to extract which clients to start the API on was confused;
fix it up.  Also, strip off 'client.' instead of 'clients' (since it
was done with len(), the result was the same, but confusing)

Signed-off-by: Dan Mick <dan.mick@inktank.com>
teuthology/task/rest-api.py