← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1405099] [NEW] InvalidQuotaValue should use error code 403 instead of 409(conflict)

 

Public bug reported:

The neutron InvalidQuotaValue exception extends Conflict (HttpConflict,
Error code 409)  but that doesn't really make sense for this exception.
It should be rather 403 (Forbidden).

The API docs list possible response codes for quota extension operations
are 401 or 403:

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

** Affects: neutron
     Importance: Undecided
     Assignee: Abhishek Talwar (abhishek-talwar)
         Status: New

** Changed in: neutron
     Assignee: (unassigned) => Abhishek Talwar (abhishek-talwar)

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

Title:
  InvalidQuotaValue should use error code 403 instead of 409(conflict)

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  The neutron InvalidQuotaValue exception extends Conflict
  (HttpConflict, Error code 409)  but that doesn't really make sense for
  this exception. It should be rather 403 (Forbidden).

  The API docs list possible response codes for quota extension
  operations are 401 or 403:

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

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


Follow ups

References