Comment 4 for bug 1355341

Revision history for this message
Ruchi Priya (ruchip) wrote : Re: [ubuntu:R1.1-10] : Subnets are still getting added exceeding the quota set using diff IPAM

Build R1.1 #25 :
Setup:
single node setup.
nodea5.englab.juniper.net

root@nodea5:~# neutron quota-show 17af5d22-9234-4fbc-bdd7-00eed29204c4
+---------------------+-------+
| Field | Value |
+---------------------+-------+
| floatingip | 1 |
| nat_instance | -1 |
| network | -1 |
| port | -1 |
| route_table | -1 |
| router | -1 |
| security_group | -1 |
| security_group_rule | -1 |
| subnet | 2 |
+---------------------+-------+
root@nodea5:~# neutron subnet-list
+--------------------------------------+-------+------------+------------------------------------------+
| id | name | cidr | allocation_pools |
+--------------------------------------+-------+------------+------------------------------------------+
| 622fd2d3-447d-4f93-9d16-f8e2725f7de7 | sub-3 | 3.3.3.0/24 | {"start": "3.3.3.2", "end": "3.3.3.254"} |
| 71c20b17-2271-47c0-99b0-ed7a3c88a006 | sub-1 | 1.1.1.0/24 | {"start": "1.1.1.2", "end": "1.1.1.254"} |
| 98740e61-9ac1-425e-876c-421aa3cc4c82 | sub-2 | 2.2.2.0/24 | {"start": "2.2.2.2", "end": "2.2.2.254"} |
+--------------------------------------+-------+------------+------------------------------------------+