File: mistral-common.config.in

package info (click to toggle)
mistral 11.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 15,884 kB
  • sloc: python: 52,866; sh: 720; makefile: 53
file content (17 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

set -e

. /usr/share/debconf/confmodule
CONF=/etc/mistral/mistral.conf

#PKGOS-INCLUDE#

pkgos_var_user_group mistral
pkgos_dbc_read_conf -pkg mistral-common ${CONF} database connection mistral $@
pkgos_rabbit_read_conf ${CONF} DEFAULT mistral
pkgos_read_admin_creds ${CONF} keystone_authtoken mistral

db_go

exit 0