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
diff --git a/lib/nova b/lib/nova
index d5f7514..722b994 100644
--- a/lib/nova
+++ b/lib/nova
@@ -447,7 +447,7 @@
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``