diff options
Diffstat (limited to 'BRMSGateway/config.properties')
-rw-r--r-- | BRMSGateway/config.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/BRMSGateway/config.properties b/BRMSGateway/config.properties index 3f6f6f63c..762f0ff1f 100644 --- a/BRMSGateway/config.properties +++ b/BRMSGateway/config.properties @@ -1,6 +1,6 @@ ### # ============LICENSE_START======================================================= -# ECOMP Policy Engine +# ONAP Policy Engine # ================================================================================ # Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. # ================================================================================ @@ -48,11 +48,11 @@ policyKeyID = controller ## GroupNames can be comma separated values. groupNames = default, vFW , vDNS -default.groupID = org.openecomp.policy-engine +default.groupID = org.onap.policy-engine default.artifactID = drlPDPGroup -vFW.groupID= org.openecomp.policy-engine.drools.vFW +vFW.groupID= org.onap.policy-engine.drools.vFW vFW.artifactID= policy-vFW-rules -vDNS.groupID= org.openecomp.policy-engine.drools.vDNS +vDNS.groupID= org.onap.policy-engine.drools.vDNS vDNS.artifactID= policy-vDNS-rules #Integrity Monitor values |