]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
restoring correct default pipeline
authorSalvatore Orlando <salvatore.orlando@eu.citrix.com>
Fri, 2 Sep 2011 07:14:24 +0000 (08:14 +0100)
committerSalvatore Orlando <salvatore.orlando@eu.citrix.com>
Fri, 2 Sep 2011 07:14:24 +0000 (08:14 +0100)
etc/quantum.conf

index 85d3fd6f46aa4e8d4965a0f61a7b89930d051784..4bb4f4918db03e9c8376e263000609cb761f69c7 100644 (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]