Comment 33 for bug 1849624

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to cinder (master)

Reviewed: https://review.opendev.org/738216
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=be02e0f3467b8cac20eaf73c52164f6bed88f7de
Submitter: Zuul
Branch: master

commit be02e0f3467b8cac20eaf73c52164f6bed88f7de
Author: Gorka Eguileor <email address hidden>
Date: Fri Jun 26 14:42:09 2020 +0200

    RBD: cinderlib support for rbd_keyring_conf option

    In the last cycle we deprecated the RBD configuration option as per
    OSSN-0085, and it was removed for victoria by Change
    I3cc58b2d74d82ab6b2186e9ea7cfafeb4c3de822

    This patch modifies the RBD driver to support cinderlib use cases that
    are not affected by the security vulnerability.

    Even if we have the configuration option in cinder.conf it will not be
    seen by the Cinder RBD driver, it will only see it if we skip the Oslo
    Config mechanism and set it directly on the instance as an attribute,
    like cinderlib does.

    Related-Bug: #1849624
    Implements: blueprint rbd-remove-option-causing-ossn-0085
    Change-Id: Iae63aee973932b2eef26d832a7f413a04bad0df1