restoring correct default pipeline

This commit is contained in:
Salvatore Orlando 2011-09-02 08:14:24 +01:00
parent ffda4e565d
commit 23be39943d

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]