Comment 2 for bug 1401171

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

Reviewed: https://review.openstack.org/140888
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=00bfc54403c9d918469963276338f2c0f1f3bb63
Submitter: Jenkins
Branch: master

commit 00bfc54403c9d918469963276338f2c0f1f3bb63
Author: Vladik Romanovsky <email address hidden>
Date: Wed Dec 10 17:29:37 2014 -0500

    Reply with a meaningful exception when ports are over the quota limit

    Currently, neutron client api returns a negative number
    for max_net_count, when the number of port is over the quota limit,
    instead of raising a meaningful exception.
    Raising an PortLimitExceeded exception, when the above issue occur.

    Closes-Bug: #1401171
    Change-Id: I5c9c7276f1d90e856ecc6b8c40e7efab4a625796