Update README.md

This commit is contained in:
Setyo Nugroho 2022-03-04 08:06:24 +00:00
parent 185d7484bb
commit e0b8aef7ad

View file

@ -1,4 +1,3 @@
# Rintik
Rintik provide ability to manage openstack billing by listening to every openstack event. Rintik is a required component to use Rintik Dashboard. There are 3 main component in Rintik: API, Cron, Event Monitor
@ -43,10 +42,10 @@ topics = notifications
Add configuration below on `[notifications]`
``
```
notify_on_state_change = vm_and_task_state
notification_format = unversioned
``
```
### Cinder & Neutron
@ -172,4 +171,4 @@ Put this expression on the crontab
Replace $rintik_dir with the directory of where rintik is located. Example
```
1 0 1 * * /etc/rintik/bin/process_invoice.sh
```
```