← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1923700] [NEW] Report correct error when external DNS(designate) recordset quota limit exceeds

 

Public bug reported:

When a Neutron FIP is created with --dns-name and --dns-domain options
and respective project where the designate zone (either forward or
reverse) is located has not enough recordset quota - user will get an
HTTP 500 error.

Basically, Neutron should propagate the OverQuota error instead of
shocking users with HTTP 500.

Actual Output:
$ openstack floating ip create --dns-domain example.org. --dns-name floatingip public
Error while executing command: HttpException: 500, Request Failed: internal server error while processing your request.


Expected Output: 
$ openstack floating ip create --dns-domain example.org. --dns-name my-floatingip public
Error while executing command: ConflictException: 409, External DNS Quota exceeded for resources: recordset.

** Affects: neutron
     Importance: Undecided
         Status: New

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

Title:
  Report correct error when external DNS(designate) recordset quota
  limit exceeds

Status in neutron:
  New

Bug description:
  When a Neutron FIP is created with --dns-name and --dns-domain options
  and respective project where the designate zone (either forward or
  reverse) is located has not enough recordset quota - user will get an
  HTTP 500 error.

  Basically, Neutron should propagate the OverQuota error instead of
  shocking users with HTTP 500.

  Actual Output:
  $ openstack floating ip create --dns-domain example.org. --dns-name floatingip public
  Error while executing command: HttpException: 500, Request Failed: internal server error while processing your request.

  
  Expected Output: 
  $ openstack floating ip create --dns-domain example.org. --dns-name my-floatingip public
  Error while executing command: ConflictException: 409, External DNS Quota exceeded for resources: recordset.

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


Follow ups