From 0c398ecab4ae5df8a8cacc8f5489c2d9573d6ddc Mon Sep 17 00:00:00 2001 From: gord chung Date: Mon, 13 Mar 2017 20:11:55 +0000 Subject: start notification agent after restarting apache notification agent needs keystone to be active to send to gnocchi Change-Id: I929635320ec321cde6996c9b723f25455fe9ed5b --- devstack/plugin.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devstack') diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 4e07f5a9..7d032d2a 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -412,7 +412,6 @@ function install_ceilometerclient { # start_ceilometer() - Start running processes, including screen function start_ceilometer { run_process ceilometer-acentral "$CEILOMETER_BIN_DIR/ceilometer-polling --polling-namespaces central --config-file $CEILOMETER_CONF" - run_process ceilometer-anotification "$CEILOMETER_BIN_DIR/ceilometer-agent-notification --config-file $CEILOMETER_CONF" run_process ceilometer-aipmi "$CEILOMETER_BIN_DIR/ceilometer-polling --polling-namespaces ipmi --config-file $CEILOMETER_CONF" if [[ "$CEILOMETER_USE_MOD_WSGI" == "False" ]]; then @@ -424,8 +423,9 @@ function start_ceilometer { tail_log ceilometer-api /var/log/$APACHE_NAME/ceilometer_access.log fi - # run the collector after restarting apache as it needs + # run the notification agent/collector after restarting apache as it needs # operational keystone if using gnocchi + run_process ceilometer-anotification "$CEILOMETER_BIN_DIR/ceilometer-agent-notification --config-file $CEILOMETER_CONF" run_process ceilometer-collector "$CEILOMETER_BIN_DIR/ceilometer-collector --config-file $CEILOMETER_CONF" # Start the compute agent late to allow time for the collector to -- cgit v1.2.1