Default quota for 'vip' and 'pool' is set to 10 instead of -1

Bug #1399070 reported by Kumar Harsh
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
Status tracked in Trunk
R2.0
Fix Committed
Medium
Rudra Rugge
Trunk
Fix Committed
Medium
Rudra Rugge

Bug Description

Build info : Build 8 ubuntu (14.04) icehouse

Tenants :

root@nodec6:~/contrail-test/logs# keystone tenant-list
+----------------------------------+-------------------------------+---------+
| id | name | enabled |
+----------------------------------+-------------------------------+---------+
| 9198567a8b2049e9af2688839b896073 | FloatingipTestSanity-95033172 | True |
| f7602929cf5548b89f913cb84201e288 | admin | True |
| b1fbd20b49b242859cc9970679881863 | demo | True |
| ffed3b7f36564eafa1776bdb196dc29b | invisible_to_admin | True |
| b43e2dcb0c7742469d8d2c0ee8f88286 | service | True |
+----------------------------------+-------------------------------+---------+

Default quota for admin :

root@nodec6:~/contrail-test/logs# neutron quota-show f7602929cf5548b89f913cb84201e288
+---------------------+-------+
| Field | Value |
+---------------------+-------+
| floatingip | -1 |
| health_monitor | -1 |
| member | -1 |
| nat_instance | -1 |
| network | -1 |
| pool | 10 |
| port | -1 |
| route_table | -1 |
| router | -1 |
| security_group | -1 |
| security_group_rule | -1 |
| subnet | -1 |
| vip | 10 |
+---------------------+-------+

Default quota for demo and new tenant FloatingipTestSanity-95033172 :
root@nodec6:~/contrail-test/logs# neutron quota-list
+------------+----------------+--------+--------------+---------+------+------+-------------+--------+----------------+---------------------+--------+--------------------------------------+-----+
| floatingip | health_monitor | member | nat_instance | network | pool | port | route_table | router | security_group | security_group_rule | subnet | tenant_id | vip |
+------------+----------------+--------+--------------+---------+------+------+-------------+--------+----------------+---------------------+--------+--------------------------------------+-----+
| -1 | -1 | -1 | -1 | -1 | 10 | -1 | -1 | -1 | -1 | -1 | -1 | 9198567a-8b20-49e9-af26-88839b896073 | 10 |
| -1 | -1 | -1 | -1 | -1 | 10 | -1 | -1 | -1 | -1 | -1 | -1 | b1fbd20b-49b2-4285-9cc9-970679881863 | 10 |
+------------+----------------+--------+--------------+---------+------+------+-------------+--------+----------------+---------------------+--------+--------------------------------------+-----+

Default quota for vip and pool is set to 10 instead of -1

Kumar Harsh (hkumar)
information type: Proprietary → Public
tags: added: blocker
Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/5448
Committed: http://github.org/Juniper/contrail-neutron-plugin/commit/33c07e47506f484fa2d9b2cb0dfbce23466ae5b5
Submitter: Zuul
Branch: master

commit 33c07e47506f484fa2d9b2cb0dfbce23466ae5b5
Author: Rudra Rugge <email address hidden>
Date: Tue Dec 9 11:22:35 2014 -0800

Quota changes for loadbalancer

Drive quota for loadbalancer virtual-ip and pool
from the neutron quota driver

Change-Id: I06485fd45567f671b5e2489ddf2a477114864eee
Closes-Bug: #1399070

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/5449
Committed: http://github.org/Juniper/contrail-neutron-plugin/commit/e9c45e6d6020b810269af84917ef239848f0b6fa
Submitter: Zuul
Branch: R2.0

commit e9c45e6d6020b810269af84917ef239848f0b6fa
Author: Rudra Rugge <email address hidden>
Date: Tue Dec 9 11:22:35 2014 -0800

Quota changes for loadbalancer

Drive quota for loadbalancer virtual-ip and pool
from the neutron quota driver

Change-Id: I06485fd45567f671b5e2489ddf2a477114864eee
Closes-Bug: #1399070

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.