From ca920576cb9c36b7d26a3ce523c9d9a25b3f5db8 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Mon, 3 Feb 2014 15:26:20 +0100 Subject: [PATCH] nova: use the correct notification driver Nova now uses oslo.messaging and not the Oslo RPC code anymore, therefore the new driver should be used instead. Change-Id: I3533975ad38ff99bee6cfaa5332843444650f61f --- lib/nova | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nova b/lib/nova index d5f7514be5..722b994896 100644 --- a/lib/nova +++ b/lib/nova @@ -447,7 +447,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" + iniset $NOVA_CONF DEFAULT notification_driver "messaging" fi # Provide some transition from ``EXTRA_FLAGS`` to ``EXTRA_OPTS``