Merge "NSX|P: Use realtime LB statistics" into stable/ussuri

This commit is contained in:
Zuul 2020-11-04 06:32:31 +00:00 committed by Gerrit Code Review
commit 18814c1ccc
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ def stats_getter(context, core_plugin, ignore_list=None):
try:
# get the NSX statistics for this LB service
stats_results = lb_service_client.get_statistics(
lb_service_id, silent=True).get('results', [])
lb_service_id, realtime=True, silent=True).get('results', [])
if stats_results:
rsp = stats_results[0]
else: