Merge "Allow the access of version and capabilities without auth"

This commit is contained in:
Jenkins 2013-08-20 03:09:14 +00:00 committed by Gerrit Code Review
commit 65871b2fa3
1 changed files with 6 additions and 1 deletions

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]