Comment 2 for bug 953678

Revision history for this message
Dolph Mathews (dolph) wrote :

It looks like GET /v2.0/tenants is returning 'enabled' as a boolean (as expected), but GET /v2.0/tenants/{tenant_id} is returning 'enabled' as a string.

I'm guessing the string is being evaluated as a True value for the tenant list.