Skip to content

Instantly share code, notes, and snippets.

@vishvananda
Created March 7, 2012 03:14
Show Gist options
  • Select an option

  • Save vishvananda/1990663 to your computer and use it in GitHub Desktop.

Select an option

Save vishvananda/1990663 to your computer and use it in GitHub Desktop.
diff --git a/etc/nova/api-paste.ini b/etc/nova/api-paste.ini
index 0baa85d..45d3f7f 100644
--- a/etc/nova/api-paste.ini
+++ b/etc/nova/api-paste.ini
@@ -36,9 +36,9 @@ use = egg:Paste#urlmap
[composite:ec2cloud]
use = call:nova.api.auth:pipeline_factory
-noauth = ec2faultwrap logrequest ec2noauth cloudrequest authorizer validator ec2executor
+noauth = ec2faultwrap logrequest ec2noauth cloudrequest validator ec2executor
deprecated = ec2faultwrap logrequest authenticate cloudrequest authorizer validator ec2executor
-keystone = ec2faultwrap logrequest ec2keystoneauth cloudrequest authorizer validator ec2executor
+keystone = ec2faultwrap logrequest ec2keystoneauth cloudrequest validator ec2executor
[filter:ec2faultwrap]
paste.filter_factory = nova.api.ec2:FaultWrapper.factory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment