Comment 2 for bug 950768

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/5151
Committed: http://github.com/openstack/nova/commit/b5f75253048438891a8740a1ea4719e5f3208ccb
Submitter: Jenkins
Branch: master

commit b5f75253048438891a8740a1ea4719e5f3208ccb
Author: Eoghan Glynn <email address hidden>
Date: Fri Mar 9 15:15:23 2012 +0000

    Sub in InstanceLimitExceeded in overLimit message

    Fixes bug 950768

    Previously the error message in the 413 overLimit response returned
    by the OS compute API was missing a parameter subsitution indicating
    the actual quota that was breeched:

      'Quota exceeded: code=%(code)s'

    This is now properly reported as:

      'Quota exceeded: code=InstanceLimitExceeded'

    Also a potentially useful log message is no longer discarded.

    Change-Id: I7e1f8b078329a6530bb7d7ea3b006ff578cdcdd3