yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #01546
[Bug 1129719] Re: removeFloatingIp action should return 400 rather than 404 when remove an removed floating ip
** Changed in: nova
Status: Fix Committed => Fix Released
** Changed in: nova
Milestone: None => grizzly-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1129719
Title:
removeFloatingIp action should return 400 rather than 404 when remove
an removed floating ip
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
If we remove a floating ip which is not associated with an instance, the response is like this:
HTTP/1.1 404 Not Found
and the body is None.
expected is like this:
HTTP/1.1 400 Bad Request
with body {"badRequest": {"message": "Floating ip 172.0.0.1 is not associated with an instance.", "code": 400}}
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1129719/+subscriptions