Comment 8 for bug 1949334

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

Reviewed: https://review.opendev.org/c/openstack/puppet-swift/+/816237
Committed: https://opendev.org/openstack/puppet-swift/commit/e7d560738d5e02d32e63a0411211ddbb8afdcd9c
Submitter: "Zuul (22348)"
Branch: stable/xena

commit e7d560738d5e02d32e63a0411211ddbb8afdcd9c
Author: Takashi Kajinami <email address hidden>
Date: Mon Nov 1 16:43:58 2021 +0900

    Fix missing argument of builder_file_path

    The change 63688a14e57282ae97072b406c81d0da2f61965c introduced support
    of storage policies and since the change was merged builder_file_path
    takes one argument which is policy_index .

    This change fixes the function call without argument to avoid failure
    caused by missing argument.

    Closes-Bug: #1949334
    Change-Id: I987a37cb0606b6c217f906fbae17a765e40f4580
    (cherry picked from commit 350778570c04db749a61106f173419b25fd7494f)