Octavia: Fix logging error
Change-Id: I0444e3883635262ac219da197e3e175bac894e14
This commit is contained in:
parent
52a975fffe
commit
63b33c48e2
@ -783,7 +783,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
|
||||
|
Loading…
Reference in New Issue
Block a user