update readme
This commit is contained in:
parent
b2ab15abed
commit
185d7484bb
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue