← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1673105] [NEW] fullstack: Server can't server GET requests

 

Public bug reported:

All fullstack tests fail because server is unable to server GET
requests:

2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation [-] GET failed.
2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last):
2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation   File "/opt/stack/new/neutron/.tox/dsvm-fullstack/local/lib/python2.7/site-packages/pecan/core.py", line 682, in __call__
2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation     controller, args, kwargs = self.find_controller(state)
2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation   File "/opt/stack/new/neutron/.tox/dsvm-fullstack/local/lib/python2.7/site-packages/pecan/core.py", line 858, in find_controller
2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation     controller, args, kw = super(Pecan, self).find_controller(_state)
2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation   File "/opt/stack/new/neutron/.tox/dsvm-fullstack/local/lib/python2.7/site-packages/pecan/core.py", line 550, in find_controller
2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation     self.handle_hooks(self.determine_hooks(controller), 'before', state)
2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation   File "/opt/stack/new/neutron/.tox/dsvm-fullstack/local/lib/python2.7/site-packages/pecan/core.py", line 865, in handle_hooks
2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation     return super(Pecan, self).handle_hooks(hooks, *args, **kw)
2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation   File "/opt/stack/new/neutron/.tox/dsvm-fullstack/local/lib/python2.7/site-packages/pecan/core.py", line 342, in handle_hooks
2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation     result = getattr(hook, hook_type)(*args)
2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation   File "/opt/stack/new/neutron/neutron/pecan_wsgi/hooks/context.py", line 24, in before
2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation     ctx = state.request.environ['neutron.context']
2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation KeyError: 'neutron.context'
2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation 

Switching web_framework to legacy works so it's related to pecan switch.

** Affects: neutron
     Importance: Undecided
         Status: New


** Tags: fullstack gate-failure

** Tags added: gate-failure

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

Title:
  fullstack: Server can't server GET requests

Status in neutron:
  New

Bug description:
  All fullstack tests fail because server is unable to server GET
  requests:

  2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation [-] GET failed.
  2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last):
  2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation   File "/opt/stack/new/neutron/.tox/dsvm-fullstack/local/lib/python2.7/site-packages/pecan/core.py", line 682, in __call__
  2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation     controller, args, kwargs = self.find_controller(state)
  2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation   File "/opt/stack/new/neutron/.tox/dsvm-fullstack/local/lib/python2.7/site-packages/pecan/core.py", line 858, in find_controller
  2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation     controller, args, kw = super(Pecan, self).find_controller(_state)
  2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation   File "/opt/stack/new/neutron/.tox/dsvm-fullstack/local/lib/python2.7/site-packages/pecan/core.py", line 550, in find_controller
  2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation     self.handle_hooks(self.determine_hooks(controller), 'before', state)
  2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation   File "/opt/stack/new/neutron/.tox/dsvm-fullstack/local/lib/python2.7/site-packages/pecan/core.py", line 865, in handle_hooks
  2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation     return super(Pecan, self).handle_hooks(hooks, *args, **kw)
  2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation   File "/opt/stack/new/neutron/.tox/dsvm-fullstack/local/lib/python2.7/site-packages/pecan/core.py", line 342, in handle_hooks
  2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation     result = getattr(hook, hook_type)(*args)
  2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation   File "/opt/stack/new/neutron/neutron/pecan_wsgi/hooks/context.py", line 24, in before
  2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation     ctx = state.request.environ['neutron.context']
  2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation KeyError: 'neutron.context'
  2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation 

  Switching web_framework to legacy works so it's related to pecan
  switch.

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


Follow ups