can not update quota for loadbalancer

Bug #1608003 reported by li,chen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-neutronclient
Fix Released
Undecided
Shashank Kumar Shankar

Bug Description

neutron quota-update --loadbalancer 100 --tenant-id cb83438b9adb44cf9c72fef12345d1cd

+---------------------+-------+
| Field | Value |
+---------------------+-------+
| floatingip | 50 |
| graph | -1 |
| healthmonitor | -1 |
| l7policy | -1 |
| listener | -1 |
| loadbalancer | 1 | <==== wrong
| network | 10 |
| pool | 10 |
| port | 50 |
| rbac_policy | 10 |
| router | 10 |
| security_group | 10 |
| security_group_rule | 100 |
| subnet | 10 |
| subnetpool | -1 |
+---------------------+-------+

neutron quota-show --tenant-id cb83438b9adb44cf9c72fef12345d1cd
+---------------------+-------+
| Field | Value |
+---------------------+-------+
| floatingip | 50 |
| graph | -1 |
| healthmonitor | -1 |
| l7policy | -1 |
| listener | -1 |
| loadbalancer | 10 | <=== wrong
| network | 10 |
| pool | 10 |
| port | 50 |
| rbac_policy | 10 |
| router | 10 |
| security_group | 10 |
| security_group_rule | 100 |
| subnet | 10 |
| subnetpool | -1 |
+---------------------+-------+

Changed in python-neutronclient:
status: New → Confirmed
Changed in python-neutronclient:
assignee: nobody → Shashank Kumar Shankar (shashank-kumar-shankar)
Revision history for this message
Shashank Kumar Shankar (shashank-kumar-shankar) wrote :
Changed in python-neutronclient:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

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