]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
python-common/cryptotools: create CrytpoCaller interface class
authorJustin Caratzas <jcaratza@ibm.com>
Mon, 6 Oct 2025 23:25:43 +0000 (19:25 -0400)
committerJustin Caratzas <jcaratza@ibm.com>
Mon, 6 Oct 2025 23:25:43 +0000 (19:25 -0400)
commit3320255fe2599ab2b9507b82a2b0fb84c390d556
treeb499fe48bb11b9d7886a719767214efe21639c0c
parentd5f6f7dcb90f7eee83f31ff6f21b064cf95233b0
python-common/cryptotools: create CrytpoCaller interface class

Create a class to act as a common shim between the cryptotools external
functions and the mgr. It provides common conversion mechanisms and
could possibly act as an abstraction in case we decide to make
the external function calls in different ways in the future.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit 84710f9ed414a8d81e7ebc2d21488fd5f91e51ec)

Resolves: rhbz#2401206
src/python-common/ceph/cryptotools/__init__.py [new file with mode: 0644]
src/python-common/ceph/cryptotools/remote.py [new file with mode: 0644]