Comment 3 for bug 1510189

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

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

commit 4e71a0c655a53651c6331c5d0940f6acf3c856da
Author: Vincent Françoise <email address hidden>
Date: Fri Feb 12 13:45:49 2016 +0100

    Added goal filter in Watcher API

    Although it was proposed via python-watcherclient, the feature was
    not implemented on the Watcher API.
    As the notion of host aggregate is currently unused in Watcher,
    decision was made to only implement the filtering of goal within
    the Watcher API whilst removing the host_aggregate filter from the
    Watcher client.
    Thus, this patchset adds this missing functionality by adding the
    'goal' parameter to the API.

    Change-Id: I54d248f7e470249c6412650ddf50a3e3631d2a09
    Related-Bug: #1510189