]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add quota features into quantum.
authorYong Sheng Gong <gongysh@cn.ibm.com>
Wed, 11 Jul 2012 04:01:04 +0000 (12:01 +0800)
committerYong Sheng Gong <gongysh@cn.ibm.com>
Fri, 20 Jul 2012 01:40:35 +0000 (09:40 +0800)
commit67f88c2a4bef387ef0f51196ecc6f7f3a2a79512
tree33971a0348d8f157a5ed978d760fb129a60610c9
parent730b5b97ccf014ad984451b961a972d24b2b927b
Add quota features into quantum.
Blueprint quantum-api-quotas

We support quota check for creating network, subnet and port.
Change-Id: I943335816308767c7eba084d80b969fcb2e5a8fb
etc/quantum.conf
quantum/api/v2/base.py
quantum/common/exceptions.py
quantum/quota.py [new file with mode: 0644]
quantum/tests/unit/test_api_v2.py