~ubuntu-branches/ubuntu/saucy/heat/saucy

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Chuck Short, Adam Gandelman
  • Date: 2013-09-08 21:51:19 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20130908215119-r939tu4aumqgdrkx
Tags: 2013.2~b3-0ubuntu1
[ Chuck Short ]
* New upstream release.
* debian/control: Add python-netaddr as build-dep.
* debian/heat-common.install: Remove heat-boto and associated man-page
* debian/heat-common.install: Remove heat-cfn and associated man-page
* debian/heat-common.install: Remove heat-watch and associated man-page
* debian/patches/fix-sqlalchemy-0.8.patch: Dropped

[ Adam Gandelman ]
* debian/patches/default-kombu.patch: Dropped.
* debian/patches/default-sqlite.patch: Refreshed.
* debian/*.install, rules: Install heat.conf.sample as common
  config file in heat-common. Drop other per-package configs, they
  are no longer used.
* debian/rules: Clean pbr .egg from build dir if it exists.

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
#