Remove unused NotFound raise

get_floating_ip_details() contains NotFound raise, but the exception
would never happen because previous tempest-lib's get() raises it
if HTTP404 is gotten. So this patch removes it.

Change-Id: Ia7f18dfb7491d7379e0ab55b8f84c8b10b7ebb33
1 file changed