]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Editable default quota support for cinder
authorliyingjun <liyingjun1988@gmail.com>
Thu, 23 May 2013 08:24:26 +0000 (16:24 +0800)
committerliyingjun <liyingjun1988@gmail.com>
Mon, 17 Jun 2013 13:26:38 +0000 (21:26 +0800)
commit51656c7576874b9a6c85ffe6e711f17898e7190f
treec71b8e848fb0794dd6947790db9c8d75d835740a
parent86f8afb3d073c45b70371a835b1c3ea86fe733c5
Editable default quota support for cinder

Implement blueprint edit-default-quota

DocImpact

Using the class quotas named `default` as the default editable quotas.

We can use the following cinderclient command to update default quota:

cinder quota-class-update default <key> <value>

Change-Id: I9f97506b41157066026dd43163ec4b1827d5b9cf
cinder/db/api.py
cinder/db/sqlalchemy/api.py
cinder/quota.py
cinder/tests/test_quota.py
etc/cinder/cinder.conf.sample