yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #94107
[Bug 1632877] Re: [RFE] Limits and Counts for SecGroup and FIPs
Closing as this seems to work from running 'openstack quota show
--network --usage' - if there is something still missing please either
re-open this bug or a new one with more details. Thanks.
** Changed in: neutron
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1632877
Title:
[RFE] Limits and Counts for SecGroup and FIPs
Status in neutron:
Fix Released
Bug description:
[Problem]
As stated in recently submitted bug to OpenStack Client:
OpenStack limits --absolute shows wrong count for 'totalSecurityGroupsUsed'. Despite creating multiple security groups still, the count shows as 1.
openstack security group create <name> uses neutron API to create security group
openstack limits show --absolute fetches the information from nova api. Since nova-network has been deprecated and current devstack installation runs with neutron as default, it's better to change the way how how openstack limits show fetches its information
[Proposal]
Similar to Mitaka feature of IP Capacity. Provide an admin only
feature to return the number of Security Groups, Security Group Rules,
Floating IPs used and their absolute limits.
[References]
Original OSC bug
https://bugs.launchpad.net/python-openstackclient/+bug/1632460
Paste of difference in nova limits support.
http://paste.openstack.org/show/585516/
Paste sample return of "openstack limits show --absolute"
http://paste.openstack.org/show/585518/
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1632877/+subscriptions
References