yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #22400
[Bug 1374260] [NEW] HTTPBadRequest is raised when creating floating_ip_bulk which already exists
Public bug reported:
When creating a floating_ip_bulk which already exists,
HTTPBadRequest(400) is returned, which should be changed to
HTTPConflict(409).
$ nova floating-ip-bulk-create 192.0.20.0/28 --pool private
ERROR (BadRequest): Floating ip 192.0.20.1 already exists. (HTTP 400) (Request-ID: req-cf6ba91a-8a5f-4772-91b5-a159d5c06719)
** Affects: nova
Importance: Undecided
Assignee: Haiwei Xu (xu-haiwei)
Status: New
** Changed in: nova
Assignee: (unassigned) => Haiwei Xu (xu-haiwei)
--
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/1374260
Title:
HTTPBadRequest is raised when creating floating_ip_bulk which already
exists
Status in OpenStack Compute (Nova):
New
Bug description:
When creating a floating_ip_bulk which already exists,
HTTPBadRequest(400) is returned, which should be changed to
HTTPConflict(409).
$ nova floating-ip-bulk-create 192.0.20.0/28 --pool private
ERROR (BadRequest): Floating ip 192.0.20.1 already exists. (HTTP 400) (Request-ID: req-cf6ba91a-8a5f-4772-91b5-a159d5c06719)
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1374260/+subscriptions
Follow ups
References