
Partially Implements: Blueprint standard-start Change-Id: I0c9fea2014a23ca0b08f9a0946472cc877edacbc
10 lines
130 B
Bash
10 lines
130 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
. /opt/kolla/kolla-common.sh
|
|
. /opt/kolla/config-ceilometer.sh
|
|
|
|
|
|
exec /usr/bin/ceilometer-agent-notification
|