Comment 4 for bug 1210598

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

Reviewed: https://review.openstack.org/62581
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=9f06c76645a56d66cce5f33a5fd5a3b96a7eb421
Submitter: Jenkins
Branch: master

commit 9f06c76645a56d66cce5f33a5fd5a3b96a7eb421
Author: Huang Rui <email address hidden>
Date: Mon Dec 16 22:14:55 2013 -0500

    Handle over quota exception from Neutron

    When using the floating IP in Nova with Neutron, and
    a quota limit is exceeded in Neutron, the exception from
    the Neutron client results in Nova generating a 500 error.
    This is unhelpful to user, and not consistent with nova-networking
    Return FloatingIPExceedLimit exception when quota exceeded.

    Change I8788993578ac872da9f676fe3e2fb8f98414289d at neutronclient
    add OverQuotaClient exception and it is used in this patch

    Change-Id: Ieb90521cf231acae8b5a9920acf6c77f2e34ef67
    Closes-Bug: #1210598
    Closes-Bug: #1301117