Comment 2 for bug 1308989

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

Reviewed: https://review.openstack.org/88633
Committed: https://git.openstack.org/cgit/openstack/swift/commit/?id=408588389576f5a239651034bee25c0961b12c81
Submitter: Jenkins
Branch: master

commit 408588389576f5a239651034bee25c0961b12c81
Author: Paul Luse <email address hidden>
Date: Fri Apr 18 10:16:11 2014 -0700

    Add Ratelimit parameters to /info

    We previously registered with no parameters, added parms so they
    are displayed as follows (example):

    "ratelimit": {"max_sleep_time_seconds": 60.0,
    "container_listing_ratelimits": [[0, 100.0], [10, 50.0], [50, 20.0]],
    "container_ratelimits": [[0, 100.0], [10, 50.0], [50, 20.0]],
    "account_ratelimit": 1.0}

    Note that not all parameters are exposed (intentionally) via /info

    Change-Id: I36c7ef15af17e3eb8ebb93429035bd06d089a945
    Closes-Bug: 1308989