Duplicate subnets shown in subnet-list command

Bug #1329171 reported by Vedamurthy Joshi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
Status tracked in Trunk
R1.1
Fix Committed
High
Prakash Bailkeri
Trunk
Fix Committed
High
Prakash Bailkeri

Bug Description

Build : 1.06 Build 29

When a user does a subnet-list , the subnets for VNs which are shared,router:external are shown two times.

Below , as admin role and in public project where this shared VN is created, it is shown twice. In other places, it is shown once

root@nodeg30:/opt/contrail/utils# source /etc/contrail/openstackrc
root@nodeg30:/opt/contrail/utils# neutron subnet-list
+--------------------------------------+------+------------------+----------------------------------------------------+
| id | name | cidr | allocation_pools |
+--------------------------------------+------+------------------+----------------------------------------------------+
| b6ca6021-1205-473a-808e-dae2f182db00 | | 10.204.219.64/29 | {"start": "10.204.219.66", "end": "10.204.219.70"} |
| b6ca6021-1205-473a-808e-dae2f182db00 | | 10.204.219.64/29 | {"start": "10.204.219.66", "end": "10.204.219.70"} |
+--------------------------------------+------+------------------+----------------------------------------------------+
root@nodeg30:/opt/contrail/utils#

In

root@nodeg30:/opt/contrail/utils# source ~/p1u1rc
root@nodeg30:/opt/contrail/utils# neutron subnet-list
+--------------------------------------+------+------------------+----------------------------------------------------+
| id | name | cidr | allocation_pools |
+--------------------------------------+------+------------------+----------------------------------------------------+
| b6ca6021-1205-473a-808e-dae2f182db00 | | 10.204.219.64/29 | {"start": "10.204.219.66", "end": "10.204.219.70"} |
+--------------------------------------+------+------------------+----------------------------------------------------+
root@nodeg30:/opt/contrail/utils# cat ~/p1u1rc
export OS_USERNAME=p1u1
export OS_PASSWORD=p1u1
export OS_TENANT_NAME=project1
export OS_AUTH_URL=http://10.204.217.70:5000/v2.0/
export OS_NO_CACHE=1
root@nodeg30:/opt/contrail/utils#

On a priv

Tags: config
Changed in juniperopenstack:
status: New → Fix Committed
assignee: Praneet Bachheti (praneetb) → Prakash Bailkeri (prakashmb)
information type: Proprietary → Public
Revision history for this message
Prakash Bailkeri (prakashmb) wrote :
Ruchi Priya (ruchip)
Changed in juniperopenstack:
milestone: r1.06-fcs → r1.10-fcs
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.