]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
Fix a bug where ctx.config['targets'] was looped through again 172/head
authorWarren Usui <warren.usui@inktank.com>
Tue, 7 Jan 2014 22:22:57 +0000 (14:22 -0800)
committerWarren Usui <warren.usui@inktank.com>
Tue, 7 Jan 2014 22:22:57 +0000 (14:22 -0800)
commitf32adf055accff2ddcc7be92ace63f70cc0de1e6
tree10ace36031aeba19289104a0843b8cc29bebf4d1
parent0c9129bf4377b1fa32a98cf1074a405407f2cb79
Fix a bug where ctx.config['targets'] was looped through again
in connect().  The bug caused vm behavior to happen for a
target if any of the machines in the cluster was a vm.  The code
was also changed to set the key to none only if rsa or dsa keys
were used on a vm.

Fixes: 7113
Signed-off-by: Warren Usui <warren.usui@inktank.com>
teuthology/task/internal.py