From fa181c30fc7140b1549e955a6a26d11fe015d6ce Mon Sep 17 00:00:00 2001 From: Thomas Maddox Date: Wed, 25 Sep 2013 20:10:22 +0000 Subject: [PATCH] Add back rpc_notifier when ceilometer is enabled This is to reverse what looks like collateral damage from change id Ic375272b751159a64777ca73c1b64515195aacfb. When the Ceilometer service is enabled, we also need to tell nova what to use to send notifications. Change-Id: I0015194cfa819e89ef85eae5020fedd6e7d71894 Closes-Bug: #1231158 --- lib/nova | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/nova b/lib/nova index e5c78d8fe1..99cd843ea1 100644 --- a/lib/nova +++ b/lib/nova @@ -510,6 +510,7 @@ function create_nova_conf() { iniset $NOVA_CONF DEFAULT instance_usage_audit "True" iniset $NOVA_CONF DEFAULT instance_usage_audit_period "hour" iniset $NOVA_CONF DEFAULT notify_on_state_change "vm_and_task_state" + iniset $NOVA_CONF DEFAULT notification_driver "nova.openstack.common.notifier.rpc_notifier" fi # Provide some transition from ``EXTRA_FLAGS`` to ``EXTRA_OPTS``