yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #47949
[Bug 1556038] Re: pecan doesn't allow unauthenticated version request
Reviewed: https://review.openstack.org/291681
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=21825d6cbe1709139f58181e376c44f4ac37ff1b
Submitter: Jenkins
Branch: master
commit 21825d6cbe1709139f58181e376c44f4ac37ff1b
Author: Kevin Benton <kevin@xxxxxxxxxx>
Date: Fri Mar 11 03:57:53 2016 -0800
Pecan: Allow unauthenticated version listing
The current API allows listings of the neturon server
version without authentication. Because pecan was treating
this like a normal controller, it was requiring keystone
authentication.
This adjusts the version listing to behave as a wrapper so
it can be placed outside of the keystone authentication
wrapper to allow anonymous queries.
Closes-Bug: #1556038
Change-Id: I9f5aa3bea0e11c5e179fc286f9fa350b3930364f
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1556038
Title:
pecan doesn't allow unauthenticated version request
Status in neutron:
Fix Released
Bug description:
The pecan version listing doesn't allow unauthenticated requests to
'/' for version listings like the current wsgi framework. This
prevents devstack from detecting that Neutron has started.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1556038/+subscriptions
References