Comment 27 for bug 1466851

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

Reviewed: https://review.openstack.org/194505
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=08dc866fb241f535cce0609b02a34853882538f5
Submitter: Jenkins
Branch: master

commit 08dc866fb241f535cce0609b02a34853882538f5
Author: Sergey Vilgelm <email address hidden>
Date: Tue Jun 23 07:33:25 2015 +0200

    Switch to oslo.service

    oslo.service has graduated, so trove should consume it.
    Remove a "ticks_between_runs" parameter from the periodic tasks.
    All periodic_tasks will be executed with the same interval with the value of
    the "report_interval" option.
    According to the old default value of the "report_interval" option and
    the value of the ticks_between_runs paramentr (3), increase
    the "report_interval" option to the 30 seconds.
    Rename the "exists_notification_ticks" option to the "exists_notification_interval"
    and increase the default value of it to 3600, according to the old value of
    the "report_interval" option.

    DocImpact
    The option name and default value of exists_notification_ticks was changed to
    exists_notification_interval with 3600 sec. And the new default value of
    the report_interval option is 30 sec. The deployers need to make sure that
    the new values in the seconds, not in the ticks.

    Change-Id: Id14d28146f677faf017160ac93289fd119674fc4
    Depends-On: Ia5b887e69853f39b387d309831fb7ce51b881149
    Closes-Bug: #1466851