Comment 1 for bug 1570401

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

Reviewed: https://review.openstack.org/305958
Committed: https://git.openstack.org/cgit/openstack/freezer-api/commit/?id=bb5ba827eff2e3a8b8a32860e883be8de60ec58b
Submitter: Jenkins
Branch: master

commit bb5ba827eff2e3a8b8a32860e883be8de60ec58b
Author: Fabrizio Vanni <email address hidden>
Date: Thu Apr 14 15:00:28 2016 +0100

    fix job-stop request not accepted

    A job whose status is "stop" and event is "start" can now be correctly
    stopped. Its status will remain "stop" and its event set to "stop"

    Client are actually free to issue any start/stop request,
    the responsibility of detecting if the action request
    makes sense is on the scheduler

    Change-Id: I82da538840d67cbaed06a54a6c71e2bf75a174de
    Closes-Bug: #1570401