Browse code

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

Julien Danjou authored on 2014/02/03 23:26:20
Showing 1 changed files
... ...
@@ -447,7 +447,7 @@ function create_nova_conf() {
447 447
         iniset $NOVA_CONF DEFAULT instance_usage_audit "True"
448 448
         iniset $NOVA_CONF DEFAULT instance_usage_audit_period "hour"
449 449
         iniset $NOVA_CONF DEFAULT notify_on_state_change "vm_and_task_state"
450
-        iniset $NOVA_CONF DEFAULT notification_driver "nova.openstack.common.notifier.rpc_notifier"
450
+        iniset $NOVA_CONF DEFAULT notification_driver "messaging"
451 451
     fi
452 452
 
453 453
     # Provide some transition from ``EXTRA_FLAGS`` to ``EXTRA_OPTS``