]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Keystone-integrated pipeline should not be default in quantum.conf
authorSalvatore Orlando <salvatore.orlando@eu.citrix.com>
Thu, 1 Sep 2011 16:26:42 +0000 (17:26 +0100)
committerSalvatore Orlando <salvatore.orlando@eu.citrix.com>
Thu, 1 Sep 2011 16:26:42 +0000 (17:26 +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]