Commit Graph

3 Commits

Author SHA1 Message Date
Stephen Crawley 5fca23f2fc Quota deletion bug fix
Due to a bug in the db api code for sqlalchemy, deleting a single
quota was actually deleting all existing quotas.

Change-Id: Ia588db99fad0276ca9c512799e4e8c89d29d42fb
2021-12-22 09:09:33 +11:00
Vijendar Komalla ccc04d67fc Resource Quota - DB layer changes
Change-Id: Ib1d4d8634eabdba76c5f7f858efc16702ebc0d2a
Partially-Implements: blueprint resource-quota
2017-01-23 11:00:10 -06:00
Vilobh Meshram faca94607a Resource Quota - Introduce Quota Table
Introduce Quota Table and Quota list/create API's. With
this concept it will be possible to set quota on a
resource within a project. Fox example X number
of bay creation within a project and if the request
exceeds X bay creation will not be allowed. This change
only introduces the db layer changes.

Change-Id: I8990052df48bdbf6eee426e88ed6c9c2f8cfd344
Partially-Implements: bp resource-quota
2016-02-27 03:25:47 -08:00