Comment 2 for bug 1953509

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

Reviewed: https://review.opendev.org/c/openstack/kolla/+/820892
Committed: https://opendev.org/openstack/kolla/commit/30eddf72f6d5380bb6078481581e47b0eec84982
Submitter: "Zuul (22348)"
Branch: master

commit 30eddf72f6d5380bb6078481581e47b0eec84982
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