Bug 1329498 - Floating ips over quota size [NEEDINFO]
Summary: Floating ips over quota size
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-nova
Version: 7.0 (Kilo)
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: async
: ---
Assignee: Matthew Booth
QA Contact: Prasanth Anbalagan
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-22 06:16 UTC by Shinobu KINJO
Modified: 2019-09-09 14:53 UTC (History)
11 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-01-08 13:57:53 UTC
Target Upstream Version:
mbooth: needinfo? (skinjo)


Attachments (Terms of Use)

Description Shinobu KINJO 2016-04-22 06:16:47 UTC
[DESCRIPTION]

`nova quota-show` show says that "admin" can create floating ips up to 10.

[root@localhost ~(keystone_admin)]# nova --os-user-name admin quota-show | grep float
| floating_ips                | 10    |

But "admin" can create 12 floating ip addresses -;

[root@localhost ~(keystone_admin)]# nova --os-user-name admin floating-ip-list | grep public | wc -l
12


[PACKAGE VERSION]

openstack-nova-common-2015.1.3-7.el7ost.noarch
python-novaclient-2.23.0-2.el7ost.noarch
openstack-nova-compute-2015.1.3-7.el7ost.noarch
openstack-nova-novncproxy-2015.1.3-7.el7ost.noarch
openstack-nova-cert-2015.1.3-7.el7ost.noarch
python-nova-2015.1.3-7.el7ost.noarch
openstack-nova-conductor-2015.1.3-7.el7ost.noarch
openstack-nova-console-2015.1.3-7.el7ost.noarch
openstack-nova-api-2015.1.3-7.el7ost.noarch
openstack-nova-scheduler-2015.1.3-7.el7ost.noarch

Comment 2 Matthew Booth 2016-05-06 12:21:01 UTC
Seems to be the case also for non-admin user. Specifically, as non-admin user with floating_ips quota of 10 I can call 'nova floating-ip-create' more than 10 times. Error only when pool is exhausted.

Comment 3 Matthew Booth 2016-05-06 14:16:24 UTC
Looks like the underlying issue here is that the relevant quota is the neutron quota, not the nova quota. These have different defaults, and on neutron it is 50.

Can you confirm that the customer is using neutron? If so, are they able to create floating ips beyond the neutron floating-ip limit?


Note You need to log in before you can comment on or make changes to this bug.