]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
admin_socket: split command into multiple arguments
authorSage Weil <sage@inktank.com>
Fri, 9 Aug 2013 16:04:25 +0000 (09:04 -0700)
committerSage Weil <sage@inktank.com>
Fri, 9 Aug 2013 16:04:25 +0000 (09:04 -0700)
commita0e74a96148d29929eab44d67f964d2b0945a03f
treec026dcd0748ff6fbd521e04b922fca6fa16c97a8
parenta73920666629137b314aeb6c14e9a9b9d5761b6e
admin_socket: split command into multiple arguments

We were passing the command as a single string, but that does not work the
same way it used to.

Signed-off-by: Sage Weil <sage@inktank.com>
teuthology/task/admin_socket.py