]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
Make teuthology.lock a subpackage
authorZack Cerza <zack@redhat.com>
Fri, 6 Jan 2017 00:04:11 +0000 (17:04 -0700)
committerZack Cerza <zack@redhat.com>
Fri, 24 Feb 2017 16:03:33 +0000 (09:03 -0700)
commit53776452e8c38783a056d22509462885b619c0eb
tree4d9ba822eaed102559418da5dd0abe82a008a7a0
parent86f5a5e5b5d9b0053e930ec2c5780c27c9bff29a
Make teuthology.lock a subpackage

Signed-off-by: Zack Cerza <zack@redhat.com>
28 files changed:
docs/_static/create_nodes.py
scripts/lock.py
scripts/update_inventory.py
scripts/updatekeys.py
teuthology/lock.py [deleted file]
teuthology/lock/__init__.py [new file with mode: 0644]
teuthology/lock/cli.py [new file with mode: 0644]
teuthology/lock/keys.py [new file with mode: 0644]
teuthology/lock/ops.py [new file with mode: 0644]
teuthology/lock/query.py [new file with mode: 0644]
teuthology/lock/test/__init__.py [new file with mode: 0644]
teuthology/lock/test/test_lock.py [new file with mode: 0644]
teuthology/lock/util.py [new file with mode: 0644]
teuthology/misc.py
teuthology/nuke/__init__.py
teuthology/openstack/test/openstack-integration.py
teuthology/orchestra/console.py
teuthology/orchestra/remote.py
teuthology/provision/__init__.py
teuthology/provision/downburst.py
teuthology/provision/test/test_downburst.py
teuthology/suite/test/test_util.py
teuthology/suite/util.py
teuthology/task/internal/__init__.py
teuthology/task/internal/check_lock.py
teuthology/task/internal/lock_machines.py
teuthology/test/test_lock.py [deleted file]
teuthology/test/test_vps_os_vers_parameter_checking.py