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