Comment 3 for bug 1780920

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-ceph-osd (stable/18.05)

Reviewed: https://review.openstack.org/581257
Committed: https://git.openstack.org/cgit/openstack/charm-ceph-osd/commit/?id=1c32fc8e9c573a89226c1b4dcae91ce76d12f846
Submitter: Zuul
Branch: stable/18.05

commit 1c32fc8e9c573a89226c1b4dcae91ce76d12f846
Author: James Page <email address hidden>
Date: Tue Jul 10 09:28:40 2018 +0100

    add-disk: Ensure key-manager config is passed to osdize

    Recent changes to support vault for key management require that
    the 'osd-encrypt-keymanager' is passed to all osdize calls so
    that the correct key management approach is taken.

    Ensure that the add-disk action does the same, otherwise keys
    will always be stored in the ceph mon KV store, rather than
    in Vault.

    Closes-Bug: 1780920

    Change-Id: I8c722d38d68f13dc00c7444a50d67ce37fbd6a29
    (cherry picked from commit 6c27240761862ebceac05b979b36b2b713ca1b90)