]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
Allow .teuthology.yaml to set downburst path 255/head
authorWarren Usui <warren.usui@inktank.com>
Sat, 10 May 2014 00:20:26 +0000 (17:20 -0700)
committerWarren Usui <warren.usui@inktank.com>
Sat, 10 May 2014 00:20:26 +0000 (17:20 -0700)
commitb7a7383d75381f22e41aee0fddd363e2ca136102
tree750d03d9c90817de3b3e8e930ca302aa219b39bb
parente2adb1fce137061c6bfd5b4f2a1ef1f469682ff6
Allow .teuthology.yaml to set downburst path

If .teuthology.yaml defines downburst, _get_downburst_exec()
now returns that value as the path to the downburst executable.

Also cleaned up code in create_if_vm.  ctx.downburst_conf was
never defined, so the code that handled the AttributeError
was always being executed.

Fixes: 6921
Signed-off-by: Warren Usui <warren.usui@inktank.com>
README.rst
teuthology/lock.py