<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hi,</div><div><br></div><div>I am testing quantum CLIs in my set up. All are fine but when I am trying to unplug</div><div> a interface using the unplug_iface CLI, it is giving some Exception. Here is the snippet</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">of command and the exception which I got :</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">---------------------------------------------------------------------------------------------------------------------------------------------------------------------<br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new
 york,times,serif; background-color: transparent; font-style: normal;">~/devstack$ quantum unplug_iface 77aced062b674e778489e95c02a832ec 69d80a9c-d018-4203-9e71-a8871aa447b4 8049f78f-e160-4e66-916a-2e2fc0d425b7 <br>Traceback (most recent call last):<br>  File "/opt/stack/python-quantumclient/quantum/client/cli_lib.py", line 511, in unplug_iface<br>    client.detach_resource(network_id, port_id)<br>  File "/opt/stack/python-quantumclient/quantum/client/__init__.py", line 145, in with_params<br>    ret = self.function(instance, *args)<br>  File "/opt/stack/python-quantumclient/quantum/client/__init__.py", line 507, in detach_resource<br>    return self.delete(self.attachment_path % (network, port))<br>  File "/opt/stack/python-quantumclient/quantum/client/__init__.py", line 375, in delete<br>    headers=headers, params=params)<br>  File
 "/opt/stack/python-quantumclient/quantum/client/__init__.py", line 364, in retry_request<br>    headers=headers, params=params)<br>  File "/opt/stack/python-quantumclient/quantum/client/__init__.py", line 305, in do_request<br>    self._handle_fault_response(status_code, data)<br>  File "/opt/stack/python-quantumclient/quantum/client/__init__.py", line 228, in _handle_fault_response<br>    EXCEPTION_HANDLERS[self.version](status_code, des_error_body)<br>  File "/opt/stack/python-quantumclient/quantum/client/__init__.py", line 119, in exception_handler_v11<br>    raise exceptions.QuantumClientException(message=msg)<br>QuantumClientException: 400-{u'Error': {u'message': u'The server could not comply with the request since it is either malformed or otherwise incorrect.', u'code': 400}}<br>stack@nvptesting-controller:~/devstack$ </div><div style="color: rgb(0, 0, 0); font-size:
 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">----------------------------------------------------------------------------------------------------------------------------------------------------------------------<br>Any effort to solve this issue will be highly appreciated.</div><div><br><br>Thanks and Regards,</div><div>Girija Sharan Singh</div></div></body></html>