diff --git a/etc/quantum.conf b/etc/quantum.conf index 85d3fd6f46a..4bb4f4918db 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]