ceph/teuthology
Sage Weil 25bc62dec1 nuke: add missing import os
$ teuthology-nuke  -a . -r -u
Traceback (most recent call last):
  File "/home/ubuntu/bin/teuthology-nuke", line 9, in <module>
    load_entry_point('teuthology==0.0.1', 'console_scripts', 'teuthology-nuke')()
  File "/home/ubuntu/teuthology/teuthology/nuke.py", line 343, in main
    ifn = os.path.join(ctx.archive, 'info.yaml')
UnboundLocalError: local variable 'os' referenced before assignment

Signed-off-by: Sage Weil <sage@inktank.com>
2013-09-25 13:42:03 -07:00
..
locker Never use 'except:' without specifying an Exception. 2013-08-30 11:10:05 -05:00
orchestra Let execute() accept a string for args. 2013-09-05 16:55:38 -05:00
task Fix TypeError 2013-09-12 16:42:59 -05:00
task_util Helper scripts live in /usr/local/bin now! 2013-09-06 15:10:11 -05:00
test Fix get_http_log_path(), update callers, add tests 2013-09-12 17:28:50 -05:00
__init__.py
ceph.conf.template ceph.conf.template: add osd_debug_pg_log_writeout = true 2013-08-27 18:48:48 -07:00
config.py Don't return inside __init__ 2013-08-28 11:36:36 -05:00
contextutil.py Never use 'except:' without specifying an Exception. 2013-08-30 11:10:05 -05:00
coverage.py Never use 'except:' without specifying an Exception. 2013-08-30 11:10:05 -05:00
lock.py made help more readable 2013-09-12 15:03:10 -07:00
lockstatus.py Support added for running scheduled tasks on virtual machines. 2013-06-07 19:32:15 -07:00
misc.py Fix get_http_log_path(), update callers, add tests 2013-09-12 17:28:50 -05:00
nuke.py nuke: add missing import os 2013-09-25 13:42:03 -07:00
parallel.py Never use 'except:' without specifying an Exception. 2013-08-30 11:10:05 -05:00
queue.py Use check_output() and log.exception() 2013-09-12 11:14:08 -05:00
run_tasks.py Add teuthology branch to sentry report tags 2013-09-11 15:45:45 -05:00
run.py Merge job_config and ctx.config 2013-09-11 15:14:58 -05:00
safepath.py
sentry.py Tweak logging 2013-08-26 16:17:31 -05:00
suite.py Merge pull request #91 from ceph/wip-suite 2013-09-13 08:41:35 -07:00