Fix print error for linux bridge bindings
bug 1001941 Change-Id: I04d5fad62102d3d7f55ea511a5c14d730d003eb4
This commit is contained in:
parent
d5888a07c3
commit
22e85bab50
@ -52,4 +52,4 @@ class VlanBinding(BASE, QuantumBase):
|
|||||||
self.network_id = network_id
|
self.network_id = network_id
|
||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
return "<VlanBinding(%d,%s,%s)>" % (self.vlan_id, self.network_id)
|
return "<VlanBinding(%d,%s)>" % (self.vlan_id, self.network_id)
|
||||||
|
Loading…
Reference in New Issue
Block a user