nova/nova/notifications/objects
Balazs Gibizer 6ece888c79 Remove noisy DEBUG log
There is a DEBUG log coming from the notification sending code path
that tries to populate the notification payload from a nova OVO and
encounters an unset / non-lazy loadable field in the source OVO.
As there are fields like MonitorMetric.numa_membw_values that are
notorious unset in many circumstances but used in the MetricPayload
we got excessive DEBUG logging from this code path.

This patch removes the offending logging statement as soo far we failed
to found cases based on this log where anything else we could do than
what the code anyhow does, defaulting the payload field to None.

Change-Id: I680e1d9860d839a76e229c4891933872388eb050
Closes-Bug: #1788634
(cherry picked from commit 375632cbc9)
(cherry picked from commit 3724280716)
2018-09-06 09:45:10 +02:00
..
__init__.py Move notification related code to separate package 2016-06-08 11:32:53 +02:00
aggregate.py Transform aggregate.remove_host notification 2017-09-08 16:24:10 +02:00
base.py Remove noisy DEBUG log 2018-09-06 09:45:10 +02:00
exception.py Remove **kwargs passing in payload __init__ 2017-06-08 08:50:40 +00:00
flavor.py Add FlavorPayload.description for versioned notifications 2017-11-14 09:14:12 -05:00
instance.py Merge "Transform instance.resize_prep notification" 2018-01-27 01:36:42 +00:00
keypair.py Transform keypair.import notification 2017-10-30 16:44:29 -04:00
server_group.py Transform servergroup.delete notification 2017-09-08 13:01:20 +00:00
service.py Versioned notifications for service create and delete 2017-11-27 11:11:44 -05:00