]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
teuthology: convert deprecated method name 1706/head
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 20 Jan 2022 15:11:48 +0000 (10:11 -0500)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 20 Jan 2022 15:11:48 +0000 (10:11 -0500)
commit404543bd8b4f14094a2e2f33937fcf5addbbfd65
treeff370bcc617645ffda706a61d460b3604db0715c
parent75f1bcd237a8b6022305cd53ba87e106d45aa665
teuthology: convert deprecated method name

Avoiding this warning:

    /home/runner/work/teuthology/teuthology/teuthology/task/install/__init__.py:285: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
23 files changed:
teuthology/dispatcher/supervisor.py
teuthology/kill.py
teuthology/lock/ops.py
teuthology/misc.py
teuthology/nuke/actions.py
teuthology/orchestra/daemon/cephadmunit.py
teuthology/orchestra/daemon/state.py
teuthology/orchestra/daemon/systemd.py
teuthology/provision/cloud/openstack.py
teuthology/provision/downburst.py
teuthology/provision/fog.py
teuthology/provision/openstack.py
teuthology/provision/pelagos.py
teuthology/repo_utils.py
teuthology/report.py
teuthology/results.py
teuthology/suite/__init__.py
teuthology/suite/run.py
teuthology/suite/util.py
teuthology/task/install/__init__.py
teuthology/task/kernel.py
teuthology/task/pcp.py
teuthology/worker.py