Comment 3 for bug 1521788

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

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

commit bf027800f7badf547681d64e124b60523712b4be
Author: Matt Riedemann <email address hidden>
Date: Wed Dec 2 13:54:50 2015 -0800

    neutron: only list ports if there is a quota limit when validating

    The list_ports call can take awhile if the project has a lot of ports.
    If it turns out that there is unlimited quota, then we don't even need
    to list the ports, so move that after the show_quota call.

    Partial-Bug: #1521788

    Change-Id: I4d128f182283ffa4479934f640a67d9c536824b5