Comment 3 for bug 1387530

Revision history for this message
Pradeep Kumar (pradeep-av) wrote :

There is a propagated base class attribute that is causing this break.

Horizon helper function for Meter based filtering expects a single query object. The base class attribute self.queries has a tenant based filter list which is passed as a query to this function and error occurs. Considering meter based filter doesn't require tenant based filter, if we clear this filter the functionality works fine