From: Casey Bodley Date: Wed, 1 Jul 2026 13:06:22 +0000 (-0400) Subject: qa: pykmip task defaults to ceph fork X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e2bb0ceb966a7c4d4ee6f667ccf63d2474346745;p=ceph.git qa: pykmip task defaults to ceph fork point the pykmip task to the ceph fork of the PyKMIP repo, which carries fixes for newer python Signed-off-by: Casey Bodley (cherry picked from commit 57342f5373b9331007aa9bf4e54e941bc08ba031) --- diff --git a/qa/tasks/pykmip.py b/qa/tasks/pykmip.py index 542691095a1a..f413aae7fd61 100644 --- a/qa/tasks/pykmip.py +++ b/qa/tasks/pykmip.py @@ -65,7 +65,7 @@ def download(ctx, config): for (client, cconf) in config.items(): branch = cconf.get('force-branch', 'master') - repo = cconf.get('force-repo', 'https://github.com/OpenKMIP/PyKMIP') + repo = cconf.get('force-repo', 'https://github.com/ceph/PyKMIP') sha1 = cconf.get('sha1') log.info("Using branch '%s' for pykmip", branch) log.info('sha1=%s', sha1)