]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
Remove buggy error checking in lock_machines() 582/head
authorZack Cerza <zack@redhat.com>
Fri, 24 Jul 2015 18:43:08 +0000 (12:43 -0600)
committerZack Cerza <zack@redhat.com>
Fri, 24 Jul 2015 18:43:08 +0000 (12:43 -0600)
commit01a6c4f795d4ab1fe980d44f9f2df10086fe2fc9
treec2ee157150adeee996f93ca6acbc45f0a9636f35
parent2a646c4d992918c8949d5db3366792116d4336d3
Remove buggy error checking in lock_machines()

http://tracker.ceph.com/issues/12462

If lock_many() fails to create any VMs, it returns an empty dict, which
was causing an exception to be raised. The existing error reporting in
lock_many() should be adequate here.

Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/task/internal.py