]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: pykmip task defaults to ceph fork
authorCasey Bodley <cbodley@redhat.com>
Wed, 1 Jul 2026 13:06:22 +0000 (09:06 -0400)
committerCasey Bodley <cbodley@redhat.com>
Thu, 9 Jul 2026 19:24:12 +0000 (15:24 -0400)
point the pykmip task to the ceph fork of the PyKMIP repo, which carries
fixes for newer python

Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 57342f5373b9331007aa9bf4e54e941bc08ba031)

qa/tasks/pykmip.py

index 542691095a1a42c035455dccf61c766ff17bb28b..f413aae7fd61e307c529a0afea16163cf14165ab 100644 (file)
@@ -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)