]> git-server-git.apps.pok.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>
Wed, 10 Mar 2021 01:31:59 +0000 (20:31 -0500)
commit9ef336b7ca4ef077c0005062e8adc851718c41fd
tree518dcbaa33d2e1c87238d780b1dce4cfe23761bb
parent610afa51017ec6a54d05bb470c49e74289802213
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>
(cherry picked from commit ef294fea7e4f37f357cf5ffc699a42ebdb3ca429)
qa/tasks/pykmip.py