neutron/neutron/pecan_wsgi/controllers
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 Pecan: get rid of member action hook 2016-02-19 04:30:08 -08:00
extensions.py Pecan: Controller and test refactor 2016-02-09 23:27:25 +00:00
quota.py Merge "Pecan: add tenant_id to quota resource" 2016-02-21 15:30:48 +00:00
resource.py Using LOG.warning replace LOG.warn 2016-03-10 11:02:45 -08:00
root.py Pecan: Allow unauthenticated version listing 2016-03-11 16:45:28 -08:00
router.py Pecan routing for agent schedulers 2016-03-08 06:35:49 +00:00
utils.py Pecan routing for agent schedulers 2016-03-08 06:35:49 +00:00