NSXv: fix LBaas logging issue
This causes update_pool to fail. Change-Id: Id08bd5be4561a325c32faad5842312b31584ae91 Closes-bug: #1486123
This commit is contained in:
parent
3225db15ab
commit
fbdea2d3d3
@ -465,7 +465,7 @@ class EdgeLbDriver(object):
|
||||
LOG.error(_LE('Failed to create pool %s'), pool['id'])
|
||||
|
||||
def update_pool(self, context, old_pool, pool, pool_mapping):
|
||||
LOG.debug('Updating pool %s to %s', (old_pool, pool))
|
||||
LOG.debug('Updating pool %s to %s', old_pool, pool)
|
||||
edge_pool = convert_lbaas_pool(pool)
|
||||
try:
|
||||
with locking.LockManager.get_lock(pool_mapping['edge_id'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user