[NEUTRON-110] Not able to GET/DELETE L2 Gateway Connection created without optional PORT Created: 03/Feb/16 Updated: 18/Aug/16 Resolved: 18/Aug/16 |
|
| Status: | Resolved |
| Project: | neutron |
| Component/s: | northbound-api |
| Affects Version/s: | Multiple |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Shashidhar R | Assignee: | Dileep Ranganathan |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: All |
||
| External issue ID: | 5210 |
| Description |
|
Not able to GET/DELETE L2 Gateway Connection created without optional PORT because of code in line number# 79 below from fromMd() method of NeutronL2gatewayConnectionInterface.java file 58 @Override 79 if (l2gatewayConnection.getPortId().getValue() != null) { 80 result.setPortID(String.valueOf(l2gatewayConnection.getPortId().getValue())); 81 } 82 return result; Fix has to be given in both master and stable/beryllium releases. |
| Comments |
| Comment by Dileep Ranganathan [ 10/Feb/16 ] |
|
https://git.opendaylight.org/gerrit/#/c/34283/ - Be |