# File lib/fog/identity/openstack/v2/requests/get_tenants_by_id.rb, line 6
          def get_tenants_by_id(tenant_id)
            request(
              :expects => [200],
              :method  => 'GET',
              :path    => "tenants/#{tenant_id}"
            )
          end