Comment 10 for bug 1953509

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/ussuri)

Reviewed: https://review.opendev.org/c/openstack/kolla/+/821173
Committed: https://opendev.org/openstack/kolla/commit/39c209c4896da6903e22245ef0f7b8087302ffe2
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit 39c209c4896da6903e22245ef0f7b8087302ffe2
Author: Pierre Riteau <email address hidden>
Date: Tue Dec 7 16:02:03 2021 +0100

    Ensure nvme-cli is present in nova-compute images

    The nvme-cli package is required to get the nvme command executed by
    os-brick, which is used by nova-compute.

    We don't need to explicitely install it for centos binary images, as it
    is required by os-brick which is required by openstack-nova-common, but
    all other types of images were missing it.

    Change-Id: I754939da7636c57d2a8d5b83debb5d8a58e38432
    Closes-Bug: #1953509
    (cherry picked from commit 30eddf72f6d5380bb6078481581e47b0eec84982)