vitrage/doc/source/contributor/nova-config.rst
Ifat Afek 8f9bf413ab Fix the documentation for Nova versioned notifications
Change-Id: I5bd8c7607f15c55486c4076b6dadd806e6c3301e
2019-05-15 08:40:21 +00:00

587 B

Nova Datasource Configuration

By default, Nova datasource listens to Nova versioned notifications. If you are using Nova legacy notifications, then it should be indicated in Vitrage configuration as well.

That is, if you have in /etc/nova/nova.conf or in /etc/nova/nova-cpu.conf:

notification_format = unversioned

Then you should set in /etc/vitrage/vitrage.conf:

[DEFAULT]
use_nova_versioned_notifications = False

In other cases there is no need to set this option.