Comment 1 for bug 1253891

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

Reviewed: https://review.openstack.org/57830
Committed: http://github.com/openstack/swift/commit/4ed1c8473f50f7f11082ad1ee389f5339707e212
Submitter: Jenkins
Branch: master

commit 4ed1c8473f50f7f11082ad1ee389f5339707e212
Author: Peter Portante <email address hidden>
Date: Fri Nov 22 00:37:11 2013 -0500

    Handle optional arguments for run_forever()

    All the other daemons do this, and since the out deamon wrapper
    scripts pass all the command line options through directly, seems
    simple enough to handle them by ignoring.

    This is also applied to run_once().

    Change-Id: I1df83bdf78f0dc3d911019f67f78301967b5da72
    Closes-Bug: #1253891
    Signed-off-by: Peter Portante <email address hidden>