Comment 1 for bug 1160749

Revision history for this message
David Geng (genggjh) wrote :

Currently we have two ways to update quotas:
1. nova quota-update
2. nova-manage project quota <tenant-id> .....

Looks like the easy way is update nova-manage to check whether the new quota exceeds the "in_use", but it will lead to inconsistent the above two CLI.
Does anyone has some better solution?