File: settings

package info (click to toggle)
aodh 21.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,012 kB
  • sloc: python: 11,872; sh: 284; makefile: 207
file content (32 lines) | stat: -rw-r--r-- 889 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# turn on all the aodh services by default
# API service
enable_service aodh-api
# Alarming
enable_service aodh-notifier aodh-evaluator
# Listener for Event Alarming
enable_service aodh-listener

# Default directories
AODH_DIR=$DEST/aodh
AODH_CONF_DIR=/etc/aodh
AODH_CONF=$AODH_CONF_DIR/aodh.conf
AODH_UWSGI_CONF=$AODH_CONF_DIR/aodh-uwsgi.ini
AODH_UWSGI=aodh.wsgi.api:application

# Aodh connection info.
AODH_SERVICE_PROTOCOL=http
AODH_SERVICE_HOST=${AODH_SERVICE_HOST:-$SERVICE_HOST}

AODH_NOTIFICATION_TOPICS=${AODH_NOTIFICATION_TOPICS:-notifications}

AODH_COORDINATION_URL=${AODH_COORDINATION_URL:-}

# Set up default directories for client
GITDIR["python-aodhclient"]=$DEST/python-aodhclient
GITREPO["python-aodhclient"]=$GIT_BASE/openstack/python-aodhclient.git

# Get rid of this before done.
# Tell emacs to use shell-script-mode
## Local variables:
## mode: shell-script
## End: