Cannot determine DataPlaneLocator transport type, dataPlaneLocator.getTransport() is null
Hi All,
I have Openstack (Kilo) and ODL (Lithium) successfully integrated.
I am trying to create a SFF with one SF linked to it. While creating SFF i am getting the error 'Cannot determine DataPlaneLocator transport type, dataPlaneLocator.getTransport() is null' though i have mentioned the transport type as 'GRE'. When doing a get call via restconf i can see the transport type.
Please suggest if this warning can be neglected?
Error
2016-06-03 01:54:12,259 | WARN | -dispatcher-7316 | SfcSffToOvsMappingAPI | 314 - org.opendaylight.sfc.ovs - 0.1.3.Lithium-SR3 | Cannot determine DataPlaneLocator transport type, dataPlaneLocator.getTransport() is null.
2016-06-03 01:54:12,259 | WARN | -dispatcher-7316 | SfcSffToOvsMappingAPI | 314 - org.opendaylight.sfc.ovs - 0.1.3.Lithium-SR3 | Falling back to InterfaceTypeInternal
Get JSON Response
{
"service-function-forwarders": {
"service-function-forwarder": [
{
"name": "SFF1",
"service-function-forwarder-ovs:ovs-bridge": {
"bridge-name": "br-int"
},
"service-function-dictionary": [
{
"name": "SF1",
"sff-sf-data-plane-locator": {
"ip": <SF IP>,
"transport": "service-locator:gre",
"service-function-forwarder-ovs:ovs-bridge": {}
},
"type": "service-function-type:firewall"
}
],
"ip-mgmt-address": "<SFF Mgmt IP>",
"sff-data-plane-locator": [
{
"name": "sff1-dpl",
"data-plane-locator": {
"ip": "<SFF IP>",
"transport": "service-locator:gre"
},
"service-function-forwarder-ovs:ovs-bridge": {}
}
],
"service-node": ""
}
]
}
}