Address CLM violations
Change-Id: Id7afff65de1a4c32c95da8ea359d7f97b025cf63
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-656
diff --git a/etc/dmaapbc.properties b/etc/dmaapbc.properties
index b2cbe1c..64e435e 100644
--- a/etc/dmaapbc.properties
+++ b/etc/dmaapbc.properties
@@ -118,16 +118,18 @@
#
# MR Topic Factory Namespace
#
-MR.TopicFactoryNS: org.onap.dcae.dmaap.topicFactory
+MR.TopicFactoryNS: org.onap.dmaap.mr.topicFactory
#
# MR TopicMgr Role
-MR.TopicMgrRole: org.onap.dmaapBC.TopicMgr
+MR.TopicMgrRole: org.onap.dmaap-bc.TopicMgr
# MR topic name style
MR.topicStyle: FQTN_LEGACY_FORMAT
# MR topic ProjectID
MR.projectID: 23456
+
+MR.multisite: false
#
# end of MR Related Properties
################################################################################