Comment 2 for bug 1538130

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

Reviewed: https://review.openstack.org/272517
Committed: https://git.openstack.org/cgit/openstack/watcher/commit/?id=de307e536ef040afe506d1d2acc5c2025c31104e
Submitter: Jenkins
Branch: master

commit de307e536ef040afe506d1d2acc5c2025c31104e
Author: Vincent Françoise <email address hidden>
Date: Tue Jan 26 14:05:00 2016 +0100

    GET on an action_plan provides first_action_uuid

    Whenever trying to get the first action related to a given action
    plan, we were getting back a 'null' value from the API even though
    we knew there were actions to be linked to it in the DB.
    So I fixed this issue and added a related unit test.

    Change-Id: I1fa755f24fbf37ecd6ce2cc2396658fca8743a1c
    Closes-Bug: #1538130