Fix bad log msg argument
Change-Id: I4bd0510385df0ba369b931979f48b29bf5c978c7 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
parent
a54d3e6d90
commit
0c1cddc07f
@ -155,7 +155,7 @@ def _update_internal_gateway_port_ip(context, router_id, subnet):
|
|||||||
LOG.debug('setting gateway port IP for router %s on network %s for subnet %s',
|
LOG.debug('setting gateway port IP for router %s on network %s for subnet %s',
|
||||||
router_id, subnet['network_id'], subnet['id'])
|
router_id, subnet['network_id'], subnet['id'])
|
||||||
if not subnet.get('gateway_ip'):
|
if not subnet.get('gateway_ip'):
|
||||||
LOG.debug('no gateway set for subnet %s, skipping', subnet)
|
LOG.debug('no gateway set for subnet %s, skipping', subnet['id'])
|
||||||
return
|
return
|
||||||
|
|
||||||
q = context.session.query(l3_db.RouterPort, qmodels.Port)
|
q = context.session.query(l3_db.RouterPort, qmodels.Port)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user