Comment 2 for bug 1674543

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

Reviewed: https://review.openstack.org/611686
Committed: https://git.openstack.org/cgit/openstack/swift/commit/?id=baf18edc00851f6749a40794587ca14a52135bf3
Submitter: Zuul
Branch: master

commit baf18edc00851f6749a40794587ca14a52135bf3
Author: Tim Burke <email address hidden>
Date: Thu Oct 18 10:35:31 2018 -0700

    Clean up account-reaper a bit

    - Drop the (partial) logging translation
    - Save our log concatenations until the end
    - Stop encoding object names; direct_client is happy to take Unicode
    - Remove a couple loop breaks that were only used by tests

    Change-Id: I4a4f301a7a6cb0f217ca0bf8712ee0291bbc14a3
    Partial-Bug: #1674543