nova/nova/compute
Matt Riedemann 8795f591d5 Do not log a warning about not using compute monitors
The compute_monitors configuration option is empty by
default, however, on nova-compute startup we get a warning
logged saying:

  Excluding nova.compute.monitors.cpu monitor virt_driver. \
  Not in the list of enabled monitors (CONF.compute_monitors).

This is unnecessary noise in the logs when nova-compute is
not configured to use monitors, so this change avoids the warning
log message in that case.

The compute_monitors configuration option help text is also
updated to (1) fix formatting and (2) remove the mention of the
numa_mem_bw monitor which never made it into nova (see
blueprint memory-bw).

Change-Id: I5bd204e0017f6f795e3cf13b34b75124ee23aa78
Closes-Bug: #1823207
2019-04-04 14:32:53 -04:00
..
monitors Do not log a warning about not using compute monitors 2019-04-04 14:32:53 -04:00
__init__.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
api.py Merge "Update instance.availability_zone on revertResize" 2019-03-28 07:46:33 +00:00
build_results.py Compute Add build_instance hook in compute manager 2014-12-04 10:12:00 -05:00
cells_api.py Minimal construct plumbing for nova service-list when a cell is down 2018-10-31 15:22:15 -04:00
claims.py Make Claim._claim_test handle SchedulerLimits object 2019-02-12 11:59:51 -05:00
flavors.py Remove flavor id and name validation code 2019-04-01 14:22:56 +08:00
instance_actions.py Add instance action record for snapshot instances 2017-12-11 17:46:38 +08:00
instance_list.py Plumbing for ignoring list_records_by_skipping_down_cells 2019-02-08 16:28:28 -05:00
manager.py Merge "Don't warn on network-vif-unplugged event during live migration" 2019-04-04 00:32:53 +00:00
migration_list.py Refactor scatter-gather utility to return exception objects 2018-10-31 15:18:07 -04:00
multi_cell_list.py Plumbing for ignoring list_records_by_skipping_down_cells 2019-02-08 16:28:28 -05:00
power_state.py Removed enum duplication from nova.compute 2016-09-02 07:30:44 +00:00
provider_tree.py Reduce calls to placement from _ensure 2019-01-16 18:34:34 +00:00
resource_tracker.py Remove unnecessary default provider_tree when getting traits 2019-03-18 20:16:00 +00:00
rpcapi.py Update compute rpc version alias for stein 2019-03-12 08:46:28 +09:00
stats.py Change consecutive build failure limit to a weigher 2018-06-06 15:18:50 -07:00
task_states.py Fix resource tracker updates during instance evacuation 2018-09-12 13:05:29 +03:00
utils.py Merge "Share snapshot image membership with instance owner" 2019-03-12 18:43:12 +00:00
vm_states.py Removed enum duplication from nova.compute 2016-09-02 07:30:44 +00:00