]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix print error for linux bridge bindings
authorGary Kotton <gkotton@redhat.com>
Tue, 15 May 2012 07:33:04 +0000 (03:33 -0400)
committerGary Kotton <gkotton@redhat.com>
Sun, 20 May 2012 13:32:42 +0000 (09:32 -0400)
bug 1001941

Change-Id: I04d5fad62102d3d7f55ea511a5c14d730d003eb4

quantum/plugins/linuxbridge/db/l2network_models.py

index caf9657cd1682c7322170ae4f9cb47b43855b5e0..7a280a5870f5ca799313653dd53a7c0e6d458f32 100644 (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)