Comment 3 for bug 2011828

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

Reviewed: https://review.opendev.org/c/openstack/puppet-nova/+/877621
Committed: https://opendev.org/openstack/puppet-nova/commit/160ae675a4e49d116b94ff0300287482bd5b6e5d
Submitter: "Zuul (22348)"
Branch: master

commit 160ae675a4e49d116b94ff0300287482bd5b6e5d
Author: Takashi Kajinami <email address hidden>
Date: Thu Mar 16 20:26:05 2023 +0900

    vmware: Fix the wrong package installed

    All common implementation for vmware has been split out to
    the oslo.vmware library, which is currently an optional dependency.
    We have to make sure this library is installed so that vmware driver
    is functional.

    Also, python(3)-suds is required by python(3)-oslo-vmware so we don't
    have to explicitly installs this library.

    Additionally this fixes the wrong indent in the spec file.

    Closes-Bug: #2011828
    Change-Id: Ica93dd5127e6330e0d5a65738ca68c43e8be3058