Hi,
I was testing with latest code and tried to delete termination point (OvsdbTerminationPointAugmentation). I see that its getting deleted from config store. But not from operational store though.
I see following in logs. So wanted to check if its work in progress or is there any issue with delete operation?
2015-04-20 14:14:35,193 | INFO | lt-dispatcher-27 | TerminationPointDeleteCommand | 189 - org.opendaylight.ovsdb.southbound-impl - 1.0.0.Helium-SR1-00004_1-SNAPSHOT |
Received request to delete termination point
InstanceIdentifier{targetType=interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbTerminationPointAugmentation, path=[org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NetworkTopology,
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology[key=TopologyKey [_topologyId=Uri [_value=ovsdb:1]]], org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node[key=NodeKey
[_nodeId=Uri [_value=ovsdb://127.0.0.1:16640/bridge/br-int]]], org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.node.TerminationPoint[key=TerminationPointKey [_tpId=Uri [_value=port2]]], org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbTerminationPointAugmentation]}
2015-04-20 14:14:35,195 | TRACE | lt-dispatcher-27 | TerminationPointUpdateCommand | 189 - org.opendaylight.ovsdb.southbound-impl - 1.0.0.Helium-SR1-00004_1-SNAPSHOT | TerminationPointUpdateCommand called
2015-04-20 14:14:35,206 | DEBUG | lt-dispatcher-27 | BridgeUpdateCommand | 189 - org.opendaylight.ovsdb.southbound-impl - 1.0.0.Helium-SR1-00004_1-SNAPSHOT | OVSDB transaction result: [OperationResult [count=1, uuid=null, rows=null, error=null,
details=null], OperationResult [count=0, uuid=null, rows=null, error=null, details=null], OperationResult [count=1, uuid=null, rows=null, error=null, details=null], OperationResult [count=0, uuid=null, rows=null, error=null, details=null]]
Thanks,