Comment 3 for bug 1328400

Revision history for this message
Lingxian Kong (kong) wrote :

Hi Jesse, thanks for explanation.

I have no environment available at the moment, but I wonder why the following code doesn't take effect:

        if metadata != {}:
            if tenant_id not in metadata["filter_tenant_id"]:
                LOG.debug("%s fails tenant id on aggregate", host_state)
                return False
        return True