[CONTROLLER-551] networkconfig.neutron.NeutronSubnet.getGatewayIPAllocated method is missing Created: 09/Jun/14 Updated: 25/Jul/23 Resolved: 05/May/15 |
|
| Status: | Resolved |
| Project: | controller |
| Component/s: | adsal |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Md Faizan | Assignee: | Unassigned |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: Linux |
||
| Attachments: |
|
| External issue ID: | 1168 |
| Priority: | Normal |
| Description |
|
While updating a subnet the log shows NoSuchMethodException for org.opendaylight.controller.networkconfig.neutron.NeutronSubnet.getGatewayIPAllocated() which is being called from override method org.opendaylight.controller.networkconfig.neutron.implementation.NeutronSubnetInterface.overwrite(NeutronSubnetInterface.java:183). Plz find attachment for log files. |
| Comments |
| Comment by Md Faizan [ 09/Jun/14 ] |
|
Logs of ODL as follow- osgi> java.lang.NoSuchMethodException: org.opendaylight.controller.networkconfig.neutron.NeutronSubnet.getGatewayIPAllocated() |
| Comment by Md Faizan [ 09/Jun/14 ] |
|
Attachment ODLlog has been added with description: networkconfig.neutron.NeutronSubnet.getGatewayIPAllocated method is missing |
| Comment by Md Faizan [ 01/Jul/14 ] |
|
overwrite() method of org.opendaylight.controller.networkconfig.neutron.implementation.NeutronSubnetInterface calls the getter for getGatewayIPAllocated() which is not defined. If an implementation of this getter returns anything, another error illegalArgumentException is thrown. A dummy implementation of the getter solves the problem: public void getGatewayIPAllocated() { |
| Comment by Md Faizan [ 03/Jul/14 ] |
|
Fixed for this bug is submitted in gerrit at : |
| Comment by Carol Sanders [ 05/May/15 ] |
|
This bug is part of the project to Move all ADSAL associated component bugs to ADSAL. |