yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #76882
[Bug 1814859] Re: Neutron quotas for firewall params fail to update
** Project changed: neutron => python-neutronclient
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1814859
Title:
Neutron quotas for firewall params fail to update
Status in python-neutronclient:
New
Bug description:
While attempting to change the FWaaS quota params on a FWaaSv2
environment, the update operation fails.
See outputs below:
$ neutron quota-show
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
+-----------------------+-------+
| Field | Value |
+-----------------------+-------+
| endpoint_group | -1 |
| firewall_group | -1 |
| firewall_policy | 10 |
| firewall_rule | 100 |
| floatingip | 50 |
| healthmonitor | -1 |
| housekeeper | -1 |
| ikepolicy | -1 |
| ipsec_site_connection | -1 |
| ipsecpolicy | -1 |
| l2-gateway-connection | -1 |
| l7policy | -1 |
| listener | -1 |
| loadbalancer | 10 |
| member | -1 |
| network | 100 |
| pool | 10 |
| port | 500 |
| rbac_policy | 10 |
| router | 10 |
| security_group | 10 |
| security_group_rule | 100 |
| subnet | 100 |
| subnetpool | -1 |
| vpnservice | -1 |
+-----------------------+-------+
$ neutron quota-update --tenant-id 8c2d97bf3d0047959ff4cf57dc5ac410 --firewall-rule 200
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
Must specify a valid resource with new quota value
$ neutron quota-update --tenant-id 8c2d97bf3d0047959ff4cf57dc5ac410 --firewall-policy 100
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
Must specify a valid resource with new quota value
$ neutron quota-update --tenant-id 8c2d97bf3d0047959ff4cf57dc5ac410 --firewall_group 200
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
Must specify a valid resource with new quota value
To manage notifications about this bug go to:
https://bugs.launchpad.net/python-neutronclient/+bug/1814859/+subscriptions
References