From: Salvatore Orlando Date: Thu, 1 Sep 2011 16:26:42 +0000 (+0100) Subject: Keystone-integrated pipeline should not be default in quantum.conf X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=e4b3bb5179411077047ef3c5f2628f41e1cfb084;p=openstack-build%2Fneutron-build.git Keystone-integrated pipeline should not be default in quantum.conf --- 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]