]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw/kms/kmip - pykmip.py needs to make keys too.
authorMarcus Watts <mwatts@redhat.com>
Thu, 29 Oct 2020 03:40:58 +0000 (23:40 -0400)
committerMarcus Watts <mwatts@redhat.com>
Thu, 4 Mar 2021 00:14:10 +0000 (19:14 -0500)
commitef294fea7e4f37f357cf5ffc699a42ebdb3ca429
tree85472be90e690794714a7e442d1dcb68fe2cd429
parent1e457c5b58d09ffa5bf88e0e0c247454d38a2480
rgw/kms/kmip - pykmip.py needs to make keys too.

The logic to deploy pykmip in teuthology was not complete.
The necessary logic to add kmip keys was missing.

Existing logic for other key services providers could use rest based
protocols directly from the teuthology host.  For kmip, it is necessary
to use a special protocol, and it is more convenient to run this directly
on the pykmip server.

Signed-off-by: Marcus Watts <mwatts@redhat.com>
qa/tasks/pykmip.py