]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Nested Quota : Create allocated column in cinder.quotas
authorVilobh Meshram <vilobhmm@yahoo-inc.com>
Fri, 19 Jun 2015 17:17:07 +0000 (10:17 -0700)
committerVilobh Meshram <vilobhmm@yahoo-inc.com>
Fri, 19 Jun 2015 17:22:45 +0000 (10:22 -0700)
commit8c6fec417424874094027f486f5d9f1a21492109
treedfb7acfd486b9061e03d293cb4bb7558e4e98f74
parentfca6cd45a4b3cbaa28d2916f4c44203771c5bc11
Nested Quota : Create allocated column in cinder.quotas

Create allocated column in cinder.quotas. This allocated
column will be the sum of "hard_limits" values for the
immediate child projects. This will be needed to track
allocated quota to child projects.

Change-Id: Ia80d9a6cdbbc7e86cf9f11979f5e80c53f0fac1f
Implements: bp cinder-nested-quota-driver
cinder/db/sqlalchemy/migrate_repo/versions/048_add_allocated_in_quotas.py [new file with mode: 0644]
cinder/db/sqlalchemy/models.py
cinder/tests/unit/test_migrations.py