Octavia: Fix logging error

Change-Id: I0444e3883635262ac219da197e3e175bac894e14
This commit is contained in:
Kobi Samoray 2021-11-30 11:26:25 +02:00
parent f7abfbec2d
commit 34147aa703
1 changed files with 1 additions and 1 deletions

View File

@ -780,7 +780,7 @@ class NSXOctaviaStatisticsCollector(object):
octavia_lb_ids = endpoint.get_active_loadbalancers()
except Exception as e:
LOG.error('Fetching loadbalancer list from Octavia failed '
'with error %e', e)
'with error %s', e)
if octavia_lb_ids:
nsx_lb_ids = [
lb['id'] for lb in