neutron/neutron/tests/functional/pecan_wsgi
Kevin Benton 21825d6cbe 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
2016-03-11 16:45:28 -08:00
..
__init__.py Rename 'newapi' to 'pecan_wsgi' 2015-09-02 15:53:34 +00:00
config.py Rename 'newapi' to 'pecan_wsgi' 2015-09-02 15:53:34 +00:00
test_controllers.py Pecan: Allow unauthenticated version listing 2016-03-11 16:45:28 -08:00
test_functional.py Pecan: Allow unauthenticated version listing 2016-03-11 16:45:28 -08:00
test_hooks.py Add metrics notifier to Pecan 2016-03-11 15:47:11 -08:00
utils.py Pecan routing for agent schedulers 2016-03-08 06:35:49 +00:00