nova/nova/notifications/objects
Balazs Gibizer 3724280716 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)
2018-08-24 11:19:14 +02:00
..
__init__.py Move notification related code to separate package 2016-06-08 11:32:53 +02:00
aggregate.py Transform aggregate.update_prop notification 2018-07-15 23:36:31 +09:00
base.py Remove noisy DEBUG log 2018-08-24 11:19:14 +02:00
exception.py Add full traceback to ExceptionPayload in versioned notifications 2018-06-19 16:46:46 +08:00
flavor.py Add FlavorPayload.description for versioned notifications 2017-11-14 09:14:12 -05:00
instance.py Transform instance.live_migration_force_complete notification 2018-07-16 00:12:37 +09:00
keypair.py Transform keypair.import notification 2017-10-30 16:44:29 -04:00
metrics.py Transform metrics.update notification 2018-07-18 09:13:27 +09:00
server_group.py Add policy field to ServerGroup notification object 2018-07-12 10:00:05 +08:00
service.py Versioned notifications for service create and delete 2017-11-27 11:11:44 -05:00