~0x44/nova/bug838466

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): Dan Prince
  • Date: 2011-08-25 08:08:36 UTC
  • mfrom: (1483.2.1 ec2_admin_noauth)
  • Revision ID: tarmac-20110825080836-n1ochbap5myzho10
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