Comment 2 for bug 1959135

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

Reviewed: https://review.opendev.org/c/starlingx/config/+/826522
Committed: https://opendev.org/starlingx/config/commit/abd0bb02726356d9cf58577772f6ce1b629b3e6e
Submitter: "Zuul (22348)"
Branch: master

commit abd0bb02726356d9cf58577772f6ce1b629b3e6e
Author: Luis Eduardo Angelini Marquitti <email address hidden>
Date: Wed Jan 26 17:10:52 2022 -0300

    Fix sanitize on IPv6 for docker_no_proxy list

    Replacing string.strip method to string.replace method, since it strip
    method only takes care of the start and end of the string. Replace
    takes into account the entire string.

    Test Plan:

    PASS: Made the backup and restore successfully.

    Closes-Bug: 1959135

    Signed-off-by: Luis Eduardo Angelini Marquitti <email address hidden>
    Change-Id: I7deec9cfdeb64c95bcc6bdd0f3a8c2e051329eaf