Fix docs to reflect Kilo notification driver changes
For OpenStack deployments Kilo-release and beyond. Change-Id: I80f135248161f585f0763dfd2335ed46c0c082ee
This commit is contained in:
parent
a5aad8bfce
commit
97edc50ae5
@ -97,7 +97,10 @@
|
||||
<p>In order to get notifications from OpenStack, you'll need to put the following lines in your service configuration files.</p>
|
||||
|
||||
<pre>
|
||||
--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
|
||||
|
Loading…
x
Reference in New Issue
Block a user