# File lib/fog/openstack/models/identity/tenants.rb, line 14
        def find_by_id(id)
          self.find {|tenant| tenant.id == id} ||
            Fog::Identity::OpenStack::Tenant.new(
              connection.get_tenant(id).body['tenant'])
        end