]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix update snapshot-quotas on delete.
authorJohn Griffith <john.griffith@solidfire.com>
Mon, 29 Apr 2013 17:30:10 +0000 (11:30 -0600)
committerJohn Griffith <john.griffith@solidfire.com>
Mon, 29 Apr 2013 17:32:01 +0000 (11:32 -0600)
commit93247d22a256db8ed44791343ae942d4f0c40d7f
tree9c161b4675e8668821ff8dab084c48f5c414c1ec
parent6008be01d93c35240a37e8d589cbbf8b3d90471b
Fix update snapshot-quotas on delete.

The merge from stable to RC of the snapshot quota
fixes missed the new CONF usage and as a result the
setting was always ignored on delete and therefore
quotas were not decremented on delete.

This patch changes CONF back to FLAGS for that call and
resolves the issue.

Fixes bug: 1173365

Change-Id: I7af69d5078ebcc5547e08d543a2dcfd0ca3f6c4b
cinder/volume/manager.py