]> git.apps.os.sepia.ceph.com Git - ceph-ci.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)
committerVenky Shankar <vshankar@redhat.com>
Fri, 3 Oct 2025 12:36:15 +0000 (12:36 +0000)
commite1bb0ef9ceeb81140b330ee463bb6e9e6883cb84
treebb650e664e354ee0b2ad5d69ea1c06b58cf77c00
parent446dcf7aad267dc4f3a601a9fb6ca1a60b26efb7
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