quota-update on a tenant does not work
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Juniper Openstack |
Fix Committed
|
Medium
|
Sachin Bansal |
Bug Description
Build 1.06-50
REQ: curl -i http://
DEBUG: neutronclient.
root@nodec22:~# neutron quota-update --tenant-id fae9da4028854dc
+------
| Field | Value |
+------
| floatingip | -1 |
| nat_instance | -1 |
| network | -1 |
| port | -1 |
| route_table | -1 |
| router | -1 |
| security_group | -1 |
| security_group_rule | -1 |
| subnet | -1 |
+------
root@nodec22:~#
root@nodec22:~# keystone tenant-list
+------
| id | name | enabled |
+------
| 492234eeab9b45d
| 706c487f2f0a4b6
| e8b6363e31834d1
| da5c632f636a459
| fae9da4028854dc
| 8246b3a0843740a
+------
root@nodec22:~#
information type: | Proprietary → Public |
Changed in juniperopenstack: | |
status: | Fix Committed → In Progress |
status: | In Progress → Fix Committed |
Same for port, subnet and other fields
root@nodec22:~# neutron quota-update --tenant-id fae9da4028854dc d8ec1675daa3539 6b --port 100 ------- ------- -+----- --+ ------- ------- -+----- --+ ------- ------- -+----- --+
+------
| Field | Value |
+------
| floatingip | -1 |
| nat_instance | -1 |
| network | -1 |
| port | -1 |
| route_table | -1 |
| router | -1 |
| security_group | -1 |
| security_group_rule | -1 |
| subnet | -1 |
+------
root@nodec22:~#
But update of a port without tenant did work
root@nodec22:~# neutron quota-update --port 100 ------- ------- -+----- --+ ------- ------- -+----- --+ ------- ------- -+----- --+
+------
| Field | Value |
+------
| floatingip | -1 |
| nat_instance | -1 |
| network | -1 |
| port | 100 |
| route_table | -1 |
| router | -1 |
| security_group | -1 |
| security_group_rule | -1 |
| subnet | -1 |
+------
root@nodec22:~#