While trying to create floatingip beyond quota limit appropriate error message is not seen

Bug #1365507 reported by Kumar Harsh
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
Status tracked in Trunk
R1.1
Won't Fix
Medium
Sachin Bansal
R3.0
Fix Committed
Medium
Sachin Bansal
Trunk
Fix Committed
Medium
Sachin Bansal

Bug Description

R1.10 Build 31 ubuntu havana

root@nodeg38:~# neutron quota-show
+---------------------+-------+
| Field | Value |
+---------------------+-------+
| floatingip | 2 |
| nat_instance | -1 |
| network | 3 |
| port | 5 |
| route_table | 10 |
| router | 10 |
| security_group | 5 |
| security_group_rule | 10 |
| subnet | 3 |
+---------------------+-------+

On trying to create 3rd floating ip error is :

root@nodeg38:~# neutron floatingip-create vn2
400-{u'NeutronError': {u'message': u'Unable to find any IP address on external network 54f1ee4e-6e77-4a7c-93a7-ae85824d062c.', u'type': u'ContrailBadRequestError', u'detail': u''}}

Quota limit exceed message is not seen .

For virtual network following error is seen :
root@nodeg38:~# neutron net-create vn4
400-{u'NeutronError': {u'message': u"[u'default-domain', u'admin', u'vn4'] : quota limit (3) exceeded for resource virtual-network", u'type': u'ContrailBadRequestError', u'detail': u''}}

Kumar Harsh (hkumar)
no longer affects: juniperopenstack/trunk
information type: Proprietary → Public
tags: added: releasenote
tags: removed: releasenote
Revision history for this message
Sachin Bansal (sbansal) wrote :

Just tried on latest code and proper error message is displayed:
root@b4s9:/usr/lib/python2.7/dist-packages/device_manager# neutron floatingip-create n1
Quota exceeded for resources: ['floatingip'] (HTTP 409) (Request-ID: req-2708a048-1b4d-42a2-a0dc-58c30742e5ef)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.