diff --git a/qemu.hook b/qemu.hook index 7a64106..8270f5d 100755 --- a/qemu.hook +++ b/qemu.hook @@ -146,19 +146,6 @@ def cleanup_files(): pass -def get_buildbot_password(): - """ - Retrieve buildbot password for guest - """ - fname = '/etc/libvirt/buildbot.pwd' - with open(fname) as file_handle: - content = [line.rstrip('\n') for line in file_handle] - try: - return content[0] - except (TypeError, IndexError): - return "password" - - if __name__ == "__main__": try: # pylint: disable=unbalanced-tuple-unpacking