Hello. The v2.0 API documentation at http://developer.openstack.org/api-ref-identity-v2.html says that it is possible to look up a tenant by name. It comes right after the "list all tenants" call and looks the same, although if I understand it correctly it takes a request body with a 'name' parameter. However, I can't find any Python support for that lookup nor a curl example. Can someone supply either a curl example or a python call that looks up a tenant by name please?