~ubuntu-branches/ubuntu/trusty/heat/trusty-security

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-09-08 21:51:19 UTC
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: package-import@ubuntu.com-20130908215119-7tcek6gn73275x5k
Tags: upstream-2013.2~b3
ImportĀ upstreamĀ versionĀ 2013.2~b3

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
# ie. uses alternative auth backend that authenticates users against keystone
8
8
# using username and password instead of validating token (which requires
9
9
# an admin/service token).
10
 
# To enable, in heat-api.conf:
 
10
# To enable, in heat.conf:
11
11
#   [paste_deploy]
12
12
#   flavor = standalone
13
13
#
15
15
pipeline = faultwrap versionnegotiation authpassword context apiv1app
16
16
 
17
17
# heat-api pipeline for custom cloud backends
18
 
# i.e. in heat-api.conf:
 
18
# i.e. in heat.conf:
19
19
#   [paste_deploy]
20
20
#   flavor = custombackend
21
21
#