Comment 18 for bug 1939088

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

Reviewed: https://review.opendev.org/c/openstack/puppet-neutron/+/804860
Committed: https://opendev.org/openstack/puppet-neutron/commit/4b5e10094dbfda974f3ee26fb3eb8dc69761b007
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 4b5e10094dbfda974f3ee26fb3eb8dc69761b007
Author: Takashi Kajinami <email address hidden>
Date: Wed Aug 11 23:07:02 2021 +0900

    Get rid of deprecated is_array method

    ... and update the logic to handle neutron::service_plugins to follow
    existing implementations to handle ListOpt. The updated logic allows
    using a flat string which is useful when only one item is used. Also,
    it is enforced the actual parameter is removed from conf file when
    the puppet parameter is set to $::os_service_default.

    Closes-Bug: #1939088
    Change-Id: I0921a1d7012a76b9e6523715ea569f2476426d6a
    (cherry picked from commit a60669b6e46e4f00570a0c39bf3dfd286e28f5a3)