From: Salvatore Orlando Date: Fri, 2 Sep 2011 07:14:24 +0000 (+0100) Subject: restoring correct default pipeline X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=e448ee9ee54b7e88a0cb82e6516f71f32b6cb963;p=openstack-build%2Fneutron-build.git restoring correct default pipeline --- diff --git a/etc/quantum.conf b/etc/quantum.conf index 85d3fd6f4..4bb4f4918 100644 --- a/etc/quantum.conf +++ b/etc/quantum.conf @@ -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]