Comment 6 for bug 1634195

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

Reviewed: https://review.openstack.org/389124
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=5c575970cf48152c95f780a85e6a2baae7d29f09
Submitter: Jenkins
Branch: master

commit 5c575970cf48152c95f780a85e6a2baae7d29f09
Author: Ryan Brady <email address hidden>
Date: Thu Oct 20 07:14:27 2016 -0400

    Sets defaults in swift connection related to retries

    This patch sets the following defaults in the swfit connection to
    manage retries.

    retries – Number of times to retry the request before failing
    starting_backoff – initial delay between retries (seconds)
    max_backoff – maximum delay between retries (seconds)

    Change-Id: I26fcb994f91309eedb9d8ccc17939bc9f4c6a116
    Closes-Bug: #1634195