Merge "Fix print error for linux bridge bindings bug 1001941"
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user