Comment 5 for bug 1226370

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

Reviewed: https://review.openstack.org/71439
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=afb5cb64b59c982e541cf48de0f126f6e8e2400f
Submitter: Jenkins
Branch: master

commit afb5cb64b59c982e541cf48de0f126f6e8e2400f
Author: Michael Wilson <email address hidden>
Date: Wed Feb 5 18:41:42 2014 -0700

    Change initial delay for servicegroup api reporting

    Initial delay should not necessarily be equal to
    report_interval. Instead make it a reasonable value
    such as 5 seconds.

    This is so the surprising behavior of a service not
    reporting when you start it up doesn't happen if your
    report interval is configured to a larger value.

    For example, in an environment where there are many
    services it may not be optimal to have them all reporting
    every 10 seconds which is the default. You may have them
    report every 5 minutes. It is confusing to start up the
    service and not have it show as available until 5 minutes
    later.

    Fixes bug #1226370

    Change-Id: I85c4146bfa465fffaf89d4c2c74e6cb4ef84cee2