# File lib/fog/identity/openstack/v2/requests/list_endpoints_for_token.rb, line 6
          def list_endpoints_for_token(token_id)
            request(
              :expects => [200, 203],
              :method  => 'HEAD',
              :path    => "tokens/#{token_id}/endpoints"
            )
          end