Updated quantum API

Updated call to set port state to match changes to the Quantum API.

Change-Id: I9b40afd5c1492d25708517b2ce760ce042994c62
This commit is contained in:
Arvind Somya
2011-12-06 17:42:26 -05:00
parent fa365d6439
commit 1547e59285

View File

@@ -89,7 +89,7 @@ def quantum_detach_port(request, network_id, port_id):
def quantum_set_port_state(request, network_id, port_id, data):
return quantum_api(request).set_port_state(network_id, port_id, data)
return quantum_api(request).update_port(network_id, port_id, data)
def quantum_port_attachment(request, network_id, port_id):