neutron/neutron/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
..
controllers Pecan: Allow unauthenticated version listing 2016-03-11 16:45:28 -08:00
hooks Add metrics notifier to Pecan 2016-03-11 15:47:11 -08:00
__init__.py Rename 'newapi' to 'pecan_wsgi' 2015-09-02 15:53:34 +00:00
app.py Pecan: Allow unauthenticated version listing 2016-03-11 16:45:28 -08:00
constants.py Pecan: implement DHCP notifications in NotifierHook 2016-02-15 10:50:28 +00:00
startup.py Using LOG.warning replace LOG.warn 2016-03-10 11:02:45 -08:00