Comment 2 for bug 1363250

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

Reviewed: https://review.openstack.org/118133
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=d252ae9f2338564bdd0ad01e67803a4148e3b90c
Submitter: Jenkins
Branch: master

commit d252ae9f2338564bdd0ad01e67803a4148e3b90c
Author: Sam Betts <email address hidden>
Date: Mon Sep 1 11:46:39 2014 +0100

    Added new filter class for sub-service tables

    The same filter class was being run on almost every system info table
    despite them having different attributes which was causing horizon to
    break. New filter class filters on the 'binary' attribute of the
    cinder and nova sub-services.

    Change-Id: Idc69a58ee4705280e44bc81bcd429c58da00e6f1
    Closes-Bug: 1363250