Comment 2 for bug 1188651

Revision history for this message
Chris Jones (cmsj) wrote :

I have not actually tested that quantum enforces the quotas, but with the above patch applied, we are at least able to update quotas for tenants:

root@bootstack-vm-4:/opt/stack/os-config-applier/templates/etc# quantum quota-update --tenant-id BLAHBLAHBLAH --floatingip 90 --security-group 100
+---------------------+-------+
| Field | Value |
+---------------------+-------+
| floatingip | 90 |
| network | 10 |
| port | 50 |
| router | 10 |
| security_group | 100 |
| security_group_rule | 100 |
| subnet | 10 |
+---------------------+-------+
root@bootstack-vm-4:/opt/stack/os-config-applier/templates/etc#

:)