Comment 1 for bug 2043583

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to glance_store (master)

Reviewed: https://review.opendev.org/c/openstack/glance_store/+/900121
Committed: https://opendev.org/openstack/glance_store/commit/651f41a95a1703c5717fc47b8d9847d4da98c7de
Submitter: "Zuul (22348)"
Branch: master

commit 651f41a95a1703c5717fc47b8d9847d4da98c7de
Author: Takashi Kajinami <email address hidden>
Date: Sun Nov 5 14:25:42 2023 +0900

    cinder: Catch missing dependencies

    Cinder store requires a few additional dependencies.
     - cinderclient
     - os.brick
     - oslo.provsep

    Currently the driver handles missing cinderclient, but it does not
    properly treat in case one of the other two libraries is unavailable.

    Note that oslo.rootwrap is also part of the additional dependencies but
    this library is not directly imported. So we do not implement check
    at store initialization.

    Closes-Bug: #2043583
    Change-Id: I4ea0a9749fdd821f3f958f77a2923b0fafefa471