发现, cinder, nova 制实现了, CountableResource. 只有nuetron实现了 TrackedResource 和 CountableResource. I read up the quota of neutron. http://docs.openstack.org/developer/neutron/devref/quota.html Let me list the design: 1. Most resources exposed by the Neutr…
Neutron API中大多的resource都需要quota limits. Neutron API暴露出一个extension 来管理quota,Quota limits are enforced at the API layer, Plugin and ML2 drivers唯一例外是subnet_allocation[1] extension. 不支持per user and 多租户嵌套. High Level View 主要组件: The Quota API extension; Th…