mirror of
https://github.com/ceph/ceph
synced 2026-08-01 22:45:39 +00:00
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 <cbodley@redhat.com>
This commit is contained in:
parent
cc1f41c8d2
commit
57342f5373
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user