← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1210274] Re: InvalidQuotaValue should be 400 or 403 rather than 409

 

Marking this as invalid, looking at the comments in the proposed code
review it seems that 409 is OK after all

** Changed in: neutron
       Status: In Progress => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1210274

Title:
  InvalidQuotaValue should be 400 or 403 rather than 409

Status in OpenStack Neutron (virtual network service):
  Invalid

Bug description:
  The neutron.common.exceptions.InvalidQuotaValue exception extends
  Conflict which is a 409 status code but that doesn't really make sense
  for this exception.  I'd say it should be a BadRequest (400) but the
  API docs list possible response codes for quota extension operations
  as 401 or 403:

  http://docs.openstack.org/api/openstack-
  network/2.0/content/Update_Quotas.html

  In this case I'd say it's more of a 403 than a 409.  Regardless, 409
  isn't even in the API doc for the quota extension.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1210274/+subscriptions