]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks: update python.py to use template module
authorJohn Mulligan <jmulligan@redhat.com>
Wed, 6 Mar 2024 17:13:21 +0000 (12:13 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Wed, 1 Oct 2025 16:40:25 +0000 (12:40 -0400)
commit0b61b1c1ff63fc8a85da32f5864eaef5aa133d60
tree258e5d492bb58a4aaf7620696ad9defa23c2f66f
parentf87e6222657e6dbbbeb070c908ac5736fd18940a
qa/tasks: update python.py to use template module

The file python.py was making use of subst_vip from vip.py. The more
generic template.py provides the same functionality as subst_vip plus a
better more general templating system.  Replace subst_vip in this file
so that we can remove subst_vip in the future.

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