Remove "response" from yang. 39/24439/12
authorAlexis de Talhouët <adetalhouet@inocybe.com>
Wed, 22 Jul 2015 20:00:14 +0000 (16:00 -0400)
committerAlexis de Talhouët <adetalhouet@inocybe.com>
Wed, 12 Aug 2015 19:05:20 +0000 (15:05 -0400)
commit705a50e40def973cc31dd92217019e3608ba6bbf
treec36e012d50c10379f26adf6c514ef288b095a794
parent7a87de24469b4d2d8af64bc94ec79637196ebcc7
Remove "response" from yang.

Once pushing an object to the DS/config, if it's config is not correct,
instead of updating the object by setting the "response" field to know the reason,
the object is deleted and the message that was previously shown in
the "response" is logged at the error level.

This patch also reconciliate CCAP on restart.

Change-Id: I92fbe38d4519d21079341b618e244db8e51cc6c5
Signed-off-by: Alexis de Talhouët <adetalhouet@inocybe.com>
.gitignore
packetcable-policy-model/src/main/yang/packetcable.yang
packetcable-policy-server/src/main/java/org/opendaylight/controller/packetcable/provider/MdsalUtils.java [new file with mode: 0644]
packetcable-policy-server/src/main/java/org/opendaylight/controller/packetcable/provider/PacketcableProvider.java
packetcable-policy-server/src/main/java/org/opendaylight/controller/packetcable/provider/Response.java [deleted file]
packetcable-policy-server/src/main/java/org/opendaylight/controller/packetcable/provider/ValidateInstanceData.java