Fix print error for linux bridge bindings
bug 1001941 Change-Id: I04d5fad62102d3d7f55ea511a5c14d730d003eb4
This commit is contained in:
parent
cd9903fd10
commit
1187aa4900
@ -52,4 +52,4 @@ class VlanBinding(BASE, QuantumBase):
|
||||
self.network_id = network_id
|
||||
|
||||
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