Comment 10 for bug 1965548

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-manila (stable/victoria)

Reviewed: https://review.opendev.org/c/openstack/puppet-manila/+/835144
Committed: https://opendev.org/openstack/puppet-manila/commit/d5cbf5c1d89323eb287c47ad9213139af1d66a9a
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit d5cbf5c1d89323eb287c47ad9213139af1d66a9a
Author: Takashi Kajinami <email address hidden>
Date: Sat Mar 19 00:09:10 2022 +0900

    Fix the wrong section used to configure standalone network plugin

    This change fixes the wrong section used by manila::network::standalone
    to define the network_plugin_ipvN_enabled parameters.
    Previously this usage resulted in duplicate resource declaration, and
    made this resource type unusable.

    This change also replaces usage of undef by $::os_service_default.
    These two are effectively same but $::os_service_default is now
    globally used.

    Closes-Bug: #1965548
    Change-Id: Iedd0805ed815f0507d8fe7b7c91afdb5dfc320be
    (cherry picked from commit b903e954ede6e2f6ca72923e67a9f8821bab4225)
    (cherry picked from commit 55bb672cb16616e327ee7834666976a04d05aafd)
    (cherry picked from commit 3fadcaaee9c10facf38d3a30267878aaab534a73)