← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1278705] [NEW] neutron can not deal with large token, it is not follow as nova, cinder does

 

Public bug reported:

If the token is large, call neutron related API like /v2.0/networks, it
would fail. response would have 400 for header too long

If we checked nova, cinder, it have following as below:

# Raise the default from 8192 to accommodate large tokens
eventlet.wsgi.MAX_HEADER_LINE = 16384


While neutron wsgi.py not have that, so neutron can not deal with that.

** Affects: neutron
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1278705

Title:
  neutron can not deal with large token, it is not follow as nova,
  cinder does

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  If the token is large, call neutron related API like /v2.0/networks,
  it would fail. response would have 400 for header too long

  If we checked nova, cinder, it have following as below:

  # Raise the default from 8192 to accommodate large tokens
  eventlet.wsgi.MAX_HEADER_LINE = 16384


  While neutron wsgi.py not have that, so neutron can not deal with
  that.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1278705/+subscriptions


Follow ups

References