Comment 2 for bug 1338880

Revision history for this message
Gabriel Assis Bezerra (gabriel-bezerra) wrote :

A regular user cannot update the network anymore, e.g., to set its name.

This is the exception:

  [project_member_a_neutron_client.update_network...]
  File "/opt/stack/python-neutronclient/neutronclient/v2_0/client.py", line 101, in with_params
    ret = self.function(instance, *args, **kwargs)
  File "/opt/stack/python-neutronclient/neutronclient/v2_0/client.py", line 350, in update_network
    return self.put(self.network_path % (network), body=body)
  File "/opt/stack/python-neutronclient/neutronclient/v2_0/client.py", line 1324, in put
    headers=headers, params=params)
  File "/opt/stack/python-neutronclient/neutronclient/v2_0/client.py", line 1300, in retry_request
    headers=headers, params=params)
  File "/opt/stack/python-neutronclient/neutronclient/v2_0/client.py", line 1243, in do_request
    self._handle_fault_response(status_code, replybody)
  File "/opt/stack/python-neutronclient/neutronclient/v2_0/client.py", line 1211, in _handle_fault_response
    exception_handler_v20(status_code, des_error_body)
  File "/opt/stack/python-neutronclient/neutronclient/v2_0/client.py", line 74, in exception_handler_v20
    message=error_dict)

NeutronClientException: The resource could not be found.