File: cloudkitty-common.config.in

package info (click to toggle)
cloudkitty 23.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,532 kB
  • sloc: python: 21,803; sh: 528; makefile: 226; pascal: 54
file content (18 lines) | stat: -rw-r--r-- 372 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

set -e

. /usr/share/debconf/confmodule

CONF=/etc/cloudkitty/cloudkitty.conf

#PKGOS-INCLUDE#

pkgos_var_user_group cloudkitty
pkgos_dbc_read_conf -pkg cloudkitty-common ${CONF} database connection cloudkitty $@
pkgos_rabbit_read_conf ${CONF} oslo_messaging_rabbit cloudkitty
pkgos_read_admin_creds ${CONF} keystone_authtoken cloudkitty

db_go || true

exit 0