Merge "Fix print error for linux bridge bindings bug 1001941"

This commit is contained in:
Jenkins
2012-05-21 14:15:37 +00:00
committed by Gerrit Code Review

View File

@@ -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)