Comment 7 for bug 1524745

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to ironic (master)

Reviewed: https://review.openstack.org/349510
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=8c842ec50574cf72fe00cbfb7675cbdf826377f4
Submitter: Jenkins
Branch: master

commit 8c842ec50574cf72fe00cbfb7675cbdf826377f4
Author: Dmitry Tantsur <email address hidden>
Date: Mon Aug 1 15:40:08 2016 +0200

    Deprecate putting periodic tasks on a driver object

    This approach will no longer make sense when the driver composition is in effect.
    Anyway usually a better place to put a task is an interface.

    Change-Id: I7096e428ce9774d89ac624c2d38bb23984a4b842
    Related-Bug: #1524745