Quantum is using static quotas

Bug #1188651 reported by Chris Jones
14
This bug affects 4 people
Affects Status Importance Assigned to Milestone
tripleo
Fix Released
Critical
Chris Jones

Bug Description

Per http://docs.openstack.org/trunk/openstack-network/admin/content/cfg_quotas_per_tenant.html we need to switch to the quantum.db.quota_db.DbQuotaDriver quota driver to be able to perform commands like "quantum quota-update"

Revision history for this message
Chris Jones (cmsj) wrote :
Changed in tripleo:
status: New → In Progress
assignee: nobody → Chris Jones (cmsj)
importance: Undecided → Critical
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#

:)

Changed in tripleo:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.