nova/nova
Balazs Gibizer 0956539edf Reset the stored logs at each notification test steps
This is an atempt to solve a new appearance of bug 1813147 where the
long test_instance_action notification sample test case logs too much.
This patch drops the logs of each successful test step to try to avoid
the overload of the logging system.

Change-Id: I0e5db9b2f423ab92ff93b6b3aada7d6b79a7abf6
Related-Bug: #1813147
(cherry picked from commit 93027713ab)
2019-06-04 08:06:26 +00:00
..
api Block swap volume on volumes with >1 rw attachment 2019-05-30 20:59:55 +00:00
cells Per aggregate scheduling weight 2019-01-21 11:48:44 +08:00
cmd Eventlet monkey patching should be as early as possible 2019-03-25 09:22:01 +01:00
common
compute Merge "Allow driver to properly unplug VIFs on destination on confirm resize" into stable/stein 2019-06-02 11:49:28 +00:00
conductor Only call _fill_provider_mapping if claim succeeds 2019-05-07 15:37:35 +02:00
conf Fix help for ironic.peer_list config 2019-05-01 12:50:19 +00:00
console Move create of ComputeAPI object in websocketproxy 2019-04-02 15:43:18 +00:00
consoleauth Fix stacktraces with redis caching backend 2018-09-27 13:15:11 -04:00
db Fix retry of instance_update_and_get_original 2019-05-15 16:29:53 +01:00
hacking Add a hacking rule for deprecated assertion methods 2018-10-25 11:49:10 +09:00
image Share snapshot image membership with instance owner 2019-02-08 18:06:27 -05:00
ipv6
keymgr
locale Imported Translations from Zanata 2018-09-23 06:53:32 +00:00
network Move get_pci_mapping_for_migration to MigrationContext 2019-05-26 18:40:28 +03:00
notifications Remove CellMappingPayload database_connection and transport_url fields 2019-04-04 21:25:52 +00:00
objects Move get_pci_mapping_for_migration to MigrationContext 2019-05-26 18:40:28 +03:00
pci Add get_instance_pci_request_from_vif 2019-03-07 11:37:53 +02:00
policies Merge "Remove deprecated 'flavors' policy" 2019-02-23 06:13:00 +00:00
privsep Merge "Move slight bonkers IP management to privsep." 2019-03-20 13:21:29 +00:00
scheduler Disable limit if affinity(anti)/same(different)host is requested 2019-05-22 14:30:57 -04:00
servicegroup Fix deprecation warning for threadgroup.add_timer 2019-02-07 09:37:00 -05:00
tests Reset the stored logs at each notification test steps 2019-06-04 08:06:26 +00:00
virt Merge "xenapi/agent: Change openssl error handling" into stable/stein 2019-06-04 06:36:11 +00:00
vnc Deprecate the nova-xvpvncproxy service 2018-10-15 10:03:13 +01:00
volume Use migration_status during volume migrating and retyping 2019-05-07 11:39:28 +00:00
__init__.py Eventlet monkey patching should be as early as possible 2019-03-25 09:22:01 +01:00
availability_zones.py AZ list performance optimization: avoid double service list DB fetch 2019-04-29 19:05:05 +00:00
baserpc.py
block_device.py Add method to generate device names universally 2019-01-15 18:55:11 +00:00
cache_utils.py
config.py Configure placement DB context manager for nova-manage/status 2018-09-05 10:29:48 -04:00
context.py Fix target used in nova.policy.check_is_admin 2019-05-21 10:55:14 +01:00
crypto.py
debugger.py
exception.py Merge "Fixes multi-registry config in Quobyte driver" into stable/stein 2019-06-01 03:49:42 +00:00
exception_wrapper.py Add full traceback to ExceptionPayload in versioned notifications 2018-06-19 16:46:46 +08:00
filters.py
hooks.py
i18n.py
loadables.py
manager.py
monkey_patch.py Eventlet monkey patching should be as early as possible 2019-03-25 09:22:01 +01:00
policy.py Fix target used in nova.policy.check_is_admin 2019-05-21 10:55:14 +01:00
profiler.py
quota.py Merge "quota: remove defaults kwarg in get_project_quotas" 2019-02-26 13:26:24 +00:00
rc_fields.py Switch to using os-resource-classes 2019-02-07 11:11:09 +00:00
rpc.py Fix jsonutils.to_primitive UserWarning 2018-12-17 22:56:50 -05:00
safe_utils.py
service.py Move conductor wait_until_ready() delay before manager init 2018-08-31 12:50:10 -07:00
service_auth.py
test.py Eventlet monkey patching should be as early as possible 2019-03-25 09:22:01 +01:00
utils.py Eventlet monkey patching should be as early as possible 2019-03-25 09:22:01 +01:00
version.py
weights.py Per aggregate scheduling weight 2019-01-21 11:48:44 +08:00
wsgi.py