[VOL-4428] openonu-adapter-go - rw-core is using delete force when ONUS are in reconciling and delete OLT is issued

As suggested in Slack - all three related patches should be merged and then thoroughly tested.

Change-Id: I8fc6176211a0c0ba7be546950465cca86320b7bd
diff --git a/internal/pkg/common/defines.go b/internal/pkg/common/defines.go
index 8f47cb0..e0e44db 100755
--- a/internal/pkg/common/defines.go
+++ b/internal/pkg/common/defines.go
@@ -332,3 +332,8 @@
 	OnugSerialNumberLen  = 8
 	OmciMacAddressLen    = 6
 )
+
+///////////////////////////////////////////////////////////
+
+// CBasePathOnuKVStore - kv store path of ONU specific data
+const CBasePathOnuKVStore = "%s/openonu"