update readme

This commit is contained in:
Setyo Nugroho 2022-03-03 19:38:03 +07:00
parent b2ab15abed
commit 185d7484bb

View file

@ -29,9 +29,9 @@ pip3 install virtualenv
### Openstack Service Notification ### Openstack Service Notification
You need to enable notification for this openstack service: You need to enable notification for this openstack service:
- Nova - Nova (nova.conf)
- Cinder - Cinder (cinder.conf)
- Neutron - Neutron (neutron.conf)
### Nova ### Nova
Add configuration below on `[oslo_messaging_notifications]` Add configuration below on `[oslo_messaging_notifications]`
@ -41,7 +41,7 @@ driver = messagingv2
topics = notifications topics = notifications
``` ```
Add configuration below on `` Add configuration below on `[notifications]`
`` ``
notify_on_state_change = vm_and_task_state notify_on_state_change = vm_and_task_state