Comment 1 for bug 1614133

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

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

commit 4461cdf4c464ecf54444c8d86544453f30de1fd4
Author: Sean Dague <email address hidden>
Date: Wed Aug 17 16:20:45 2016 -0400

    don't report network limits after 2.35

    We correctly stopped reporting the limits for things like security
    groups and floating ips after mv 2.35. We completely missed that
    limits are modified by the used_limits extension, and hilarity
    ensued. We were reporting no maxSecurityGroups over the wire, but we
    were reporting totalSecurityGroups through the magic of extensions.

    Change-Id: I85b2b41d919ed6987d4c9288905ccce49c10c81f
    Closes-Bug: #1614133