~0x44/nova/bug838466

« back to all changes in this revision

Viewing changes to etc/nova/api-paste.ini

  • Committer: Dan Prince
  • Date: 2011-08-24 02:43:10 UTC
  • mto: This revision was merged to the branch mainline in revision 1491.
  • Revision ID: dan.prince@rackspace.com-20110824024310-2s2b2z5xhot09bdu
Update paste config so that EC2 admin API defaults to noauth.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
# pipeline = logrequest totoken authtoken keystonecontext cloudrequest authorizer ec2executor
27
27
 
28
28
[pipeline:ec2admin]
29
 
pipeline = logrequest authenticate adminrequest authorizer ec2executor
 
29
pipeline = logrequest ec2noauth adminrequest authorizer ec2executor
 
30
# NOTE(vish): use the following pipeline for deprecated auth
 
31
#pipeline = logrequest authenticate adminrequest authorizer ec2executor
 
32
# NOTE(vish): use the following pipeline for keystone
 
33
#pipeline = logrequest totoken authtoken keystonecontext adminrequest authorizer ec2executor
30
34
 
31
35
[pipeline:ec2metadata]
32
36
pipeline = logrequest ec2md