From 97edc50ae513b14325a6a0f67ee1931f70e5e05c Mon Sep 17 00:00:00 2001 From: Sandy Walsh Date: Mon, 23 Mar 2015 08:59:55 -0700 Subject: [PATCH] Fix docs to reflect Kilo notification driver changes For OpenStack deployments Kilo-release and beyond. Change-Id: I80f135248161f585f0763dfd2335ed46c0c082ee --- docs/about.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/about.html b/docs/about.html index 08c736e..d665841 100644 --- a/docs/about.html +++ b/docs/about.html @@ -97,7 +97,10 @@

In order to get notifications from OpenStack, you'll need to put the following lines in your service configuration files.

---notification_driver=nova.openstack.common.notifier.rpc_notifier
+# OpenStack deployments before Kilo should use the old-style:
+#--notification_driver=nova.openstack.common.notifier.rpc_notifier
+# Kilo and beyond use the "messaging" entry-point:
+--notification_driver=messaging
 --notification_topics=monitor
 --notify_on_state_change=vm_and_task_state
 --notify_on_any_change=True