Comment 4 for bug 1162199

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

Reviewed: https://review.openstack.org/30481
Committed: http://github.com/openstack/swift/commit/58f4e0f2e03b807c0b73073f4767fc441bcf810b
Submitter: Jenkins
Branch: master

commit 58f4e0f2e03b807c0b73073f4767fc441bcf810b
Author: David Hadas <email address hidden>
Date: Sat Mar 30 15:55:29 2013 +0300

    get_info - removes duplicate code (Take 3)

    Consolidate the different ways in which info of account/container
    is gathered, cached, used, updated, etc.

    This refactoring increases code reuse and is a basis for later
    addition of account ACLs.
    Changing the get_info users is left for future.
    This staged approach ensures the behaviour is unchanged.

    Change-Id: I67b58030d3f9e3bc86bcd7ece0f1dc693c4e08c3
    Fixes: Bug #1162199