[NEUTRON-8] Adding multiple members with same ID within a single LBaaS pool request is allowed Created: 25/Sep/14  Updated: 21/Aug/15  Resolved: 21/Aug/15

Status: Resolved
Project: neutron
Component/s: northbound-api
Affects Version/s: Multiple
Fix Version/s: None

Type: Bug
Reporter: Srini Seetharaman Assignee: Rajesh Jaiswal
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: All
Platform: All


External issue ID: 2088

 Description   

Neutron northbound and LBaasPoolHandler allows the following pool creation. But, it should not be allowed because of member-id overlap. This causes problems when it comes to loading the LBConfig and sending to rule programming.

{
"pool": {
...
"members": [

{ "id": "a183a8b3-bddb-dc04-ae73-3beb11af4d04", ... }

,

{ "id": "a183a8b3-bddb-dc04-ae73-3beb11af4d04", ... }

],
}
}



 Comments   
Comment by Ryan Moats [ 17/Feb/15 ]

Moving from current project to neutron

Comment by Rajesh Jaiswal [ 08/May/15 ]

I am not able to replicate it because of following issue ..

When I am trying to "get" a pool from Integration karaf, it gives Status 200 OK.
But when I am trying to send a "post" request to create pool, it fails saying "ClassNotFoundException: org.eclipse.persistence.internal.libraries.antlr.runtime.tree.Tree"

Generated at Wed Feb 07 20:25:18 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.