Comment 17 for bug 1817539

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-common (stable/rocky)

Reviewed: https://review.opendev.org/665852
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=b41d18c5f83a33ef37c3579b5c84b02db3ddf82a
Submitter: Zuul
Branch: stable/rocky

commit b41d18c5f83a33ef37c3579b5c84b02db3ddf82a
Author: Thomas Herve <email address hidden>
Date: Thu Dec 6 12:17:56 2018 +0100

    Only update parameters once in backup workflow

    In the swift backup workflow we create 2 parameters for temp URLs, but
    we don't need to call parameters.update twice, just once with the two
    new parameters.

    It also includes fix for 'create_ceph_ansible_fetch_directory_backup_plan'
    task to pass the 'validate_stack' input.

    Change-Id: I75b64dca102a62c06c56327cf425451ae804e3b9
    Related-Bug: #1817539
    (cherry picked from commit e07dc79693ef1300a8b4cb900effe95314f18fac)