~zulcss/heat/2013.2.rc1

« back to all changes in this revision

Viewing changes to debian/heat-api-cfn.config.in

  • Committer: James Page
  • Date: 2013-08-08 14:16:31 UTC
  • mfrom: (14.1.4 heat)
  • Revision ID: james.page@canonical.com-20130808141631-5io59ddl2hpc92k3
* d/watch: Updated to track releases on launchpad.
* d/control: Drop BD in pep8, no longer required.
* d/control,rules: Drop use of openstack-pkg-tools, revert use of xz
  compression for debs.
* d/control,*.config,*.templates,po: Drop use of debconf/dbconfig-common
  to configure heat.
* d/*.upstart: Add upstart configurations for Ubuntu.
* d/p/default-kombu.patch: Switch default messaging from qpid to
  kombu.
* d/p/default-sqlite.patch: Use sqlite as default database option.
* d/control: Add python-ceilometerclient to BD's.
* d/rules: Fail package build for unit test failures.
* d/*.install: Directly install configuration files to /etc/heat.
* d/control: Update VCS locations to ubuntu-server-dev branches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
 
3
 
set -e
4
 
 
5
 
. /usr/share/debconf/confmodule
6
 
 
7
 
API_CONF=/etc/heat/heat-api-cfn.conf
8
 
 
9
 
#PKGOS-INCLUDE#
10
 
 
11
 
pkgos_var_user_group heat
12
 
pkgos_read_admin_creds ${API_CONF} keystone_authtoken heat
13
 
 
14
 
exit 0