Updated quantum API
Updated call to set port state to match changes to the Quantum API. Change-Id: I9b40afd5c1492d25708517b2ce760ce042994c62
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user