]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks: make _map_vips private
authorJohn Mulligan <jmulligan@redhat.com>
Tue, 20 Feb 2024 00:18:08 +0000 (19:18 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 29 Feb 2024 15:00:29 +0000 (10:00 -0500)
commitaddc970c1991d6d1e9f0cbc736c279fcde003775
tree208f2e787b56f623db008e8223fd32d901f1ec53
parent52a924e7fd4b84801b8606436f287ff15c46f40a
qa/tasks: make _map_vips private

Nothing outside of vip.py called map_vips, so let us make sure this
is considered a private function and prefix it with the underscore.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
qa/tasks/vip.py