use the better way to handle the not found exception
1. What is the problem?
When local neutron get the in deleting resource, we
should return 404 not found. in before i used the
_delete tag to handle it. but do not look like a good
way.
2. What is the solution to the problem?
Try hanlde it in the local and raise the network not
found exception.
3. What the features to be implemented in the Tricircle to realize the solution?
No new features.
Change-Id: Iceacaa83e9b31d05a2435586e8bbb3b433d90a4b
Signed-off-by: song baisen <songbaisen@szzt.com.cn>