Comment 1 for bug 1534170

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

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

commit dbdf690cd0442a5099ef15375a379ce7400fdb84
Author: Tin Lam <email address hidden>
Date: Thu May 12 18:50:30 2016 -0500

    Remove direct access to dbapi

    In line [1], we directly use the dbapi in order to
    filter the actions by action_plan_id.

    [1] https://github.com/openstack/watcher/blob/master/watcher/applier/default.py#L63

    Change-Id: I2c75528f619a5277d46702cc3b4ca4bc7280f990
    Closes-Bug: #1534170