yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #59172
[Bug 1645484] [NEW] Not able to update default quotas
Public bug reported:
Description:
Trying to update/increase the default quota for number of security_groups that can be created.
Pre-conditions:
User- cloud admin
Project- admin
Step-by-step reproduction steps:
neutron $AUTH quota-default-show
+---------------------+-------+
| Field | Value |
+---------------------+-------+
| floatingip | 50 |
| network | 10 |
| port | 50 |
| rbac_policy | 10 |
| router | 10 |
| security_group | 10 |
| security_group_rule | 100 |
| subnet | 10 |
| subnetpool | -1 |
+---------------------+-------+
Try to update the default value for security_group as for project admin:
openstack $AUTH project list
+----------------------------------+------------------------------------------------------------------+
| ID | Name |
+----------------------------------+------------------------------------------------------------------+
| 3f3dccb1ec12494ab9f7024e2ddd32de | admin
+----------------------------------+------------------------------------------------------------------+
neutron $AUTH quota-update --tenant_id 3f3dccb1ec12494ab9f7024e2ddd32de security_group 15
Invalid values_specs 15
Expected output: Quota should be updated
Actual output: Invalid values_specs 15
Version:
OpenStack version: Newton
** Affects: neutron
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1645484
Title:
Not able to update default quotas
Status in neutron:
New
Bug description:
Description:
Trying to update/increase the default quota for number of security_groups that can be created.
Pre-conditions:
User- cloud admin
Project- admin
Step-by-step reproduction steps:
neutron $AUTH quota-default-show
+---------------------+-------+
| Field | Value |
+---------------------+-------+
| floatingip | 50 |
| network | 10 |
| port | 50 |
| rbac_policy | 10 |
| router | 10 |
| security_group | 10 |
| security_group_rule | 100 |
| subnet | 10 |
| subnetpool | -1 |
+---------------------+-------+
Try to update the default value for security_group as for project admin:
openstack $AUTH project list
+----------------------------------+------------------------------------------------------------------+
| ID | Name |
+----------------------------------+------------------------------------------------------------------+
| 3f3dccb1ec12494ab9f7024e2ddd32de | admin
+----------------------------------+------------------------------------------------------------------+
neutron $AUTH quota-update --tenant_id 3f3dccb1ec12494ab9f7024e2ddd32de security_group 15
Invalid values_specs 15
Expected output: Quota should be updated
Actual output: Invalid values_specs 15
Version:
OpenStack version: Newton
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1645484/+subscriptions
Follow ups