Allow the access of version and capabilities without auth

Change-Id: Ieaeb1cb594059f68f6d9b945be3d3b76ec7c284f
blueprint: version-noauth
This commit is contained in:
John Bresnahan 2013-08-19 16:47:05 -10:00
parent ff3a6b13fc
commit c86278dfb7

View File

@ -2,7 +2,12 @@
pipeline = unauthenticated-context rootapp
# Use this pipeline for keystone auth
[pipeline:staccato-api-keystone]
[app:staccato-api-keystone]
use = egg:Paste#urlmap
/v1: staccato-api-keystone-post
/: apiversions
[pipeline:staccato-api-keystone-post]
pipeline = authtoken context rootapp
[app:rootapp]