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)
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)