Comment 2 for bug 2011828

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

Reviewed: https://review.opendev.org/c/openstack/puppet-cinder/+/877620
Committed: https://opendev.org/openstack/puppet-cinder/commit/cd7077a18428603b987de945e2247b276d6a9489
Submitter: "Zuul (22348)"
Branch: master

commit cd7077a18428603b987de945e2247b276d6a9489
Author: Takashi Kajinami <email address hidden>
Date: Thu Mar 16 20:23:04 2023 +0900

    vmware: Stop installing suds library explicitly

    The python3-cinder packages in both RDO and Ubuntu (and also Debian)
    require python3-oslo-vmware, which depends on python3-suds. This means
    we don't have to install python(3)-suds explicitly and the library
    should be installed automatically.

    This removes the explicit installation of python-suds. The package
    name has not been updated during migration to python 3, and python-suds
    is no longer a valid package name in recent versions.

    Closes-Bug: #2011828
    Change-Id: Ic82c7a86262d146c95cce74788af0d9086cee618