This commit is contained in:
Dan Wendlandt 2011-08-01 07:45:49 -07:00
parent 3df4e822a2
commit b0691d4202
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ class OVSQuantumPlugin(QuantumPluginBase):
def create_port(self, tenant_id, net_id, port_state=None):
LOG.debug("Creating port with network_id: %s" % net_id)
port = db.port_create(net_id,port_state)
port = db.port_create(net_id, port_state)
return self._make_port_dict(str(port.uuid), port.state, None, None)
def delete_port(self, tenant_id, net_id, port_id):