Comment 5 for bug 1279645

Revision history for this message
Steve Baker (steve-stevebaker) wrote :

I wonder if this is needed in Router handle_delete before delete_router is called:

  if props.get(self.EXTERNAL_GATEWAY):
        try:
            client.remove_gateway_router(self.resource_id)
        except NeutronClientException as ex:
            self._handle_not_found_exception(ex)