Comment 7 for bug 1376316

Revision history for this message
Sivasathurappan Radhakrishnan (siva-radhakrishnan) wrote :

we should not be tracking usage of security groups in Nova when using Neutron. Below patch is filtering out network related limits from API response.

https://review.openstack.org/#/c/344947/7

you can check this by trying out curl request with OpenStack-API-Version: compute 2.36
curl -g -i -X GET http://192.168.0.31:8774/v2.1/limits -H "OpenStack-API-Version: compute 2.36" -H "Accept: application/json" -H "X-OpenStack-Nova-API-Version: 2.32" -H "X-Auth-Token: $OS_TOKEN"