Keystone-integrated pipeline should not be default in quantum.conf

This commit is contained in:
Salvatore Orlando 2011-09-01 17:26:42 +01:00
parent 42ddbf938a
commit e4b3bb5179
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]