restoring correct default pipeline

This commit is contained in:
Salvatore Orlando 2011-09-02 08:14:24 +01:00
parent fc1b6f0dbf
commit e448ee9ee5
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ use = egg:Paste#urlmap
[pipeline:quantumapi]
# To enable keystone integration uncomment the following line and
# comment the next one
pipeline = authN authZ extensions quantumapiapp
#pipeline = extensions quantumapiapp
#pipeline = authN authZ extensions quantumapiapp
pipeline = extensions quantumapiapp
[filter:authN]