Merge branch 'master' of go.btech.id:dev/rintik

# Conflicts:
#	README.md
This commit is contained in:
Setyo Nugroho 2022-03-18 13:07:13 +07:00
commit cd200bdd96

View file

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