diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-11-14 13:04:24 -0800 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-11-14 21:07:12 +0000 |
commit | 9088a0f0a6fb4fe1b90484435a8e766e6fe1217a (patch) | |
tree | 33e24d47ff5a6f889ab62a4634e67a5f0c8cb3e0 /installation/src/main | |
parent | 5c53c5265c9a32889e0f785766659c87a4f47633 (diff) |
Update property names for dmaap service
Updating the EventSender property names to match the
format of the other dmaap properties.
Change-Id: I83ee6f8cab83df672fec61ad35693b5c311e0367
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1744
Diffstat (limited to 'installation/src/main')
-rw-r--r-- | installation/src/main/properties/appc.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/installation/src/main/properties/appc.properties b/installation/src/main/properties/appc.properties index 3a0695c..1dec948 100644 --- a/installation/src/main/properties/appc.properties +++ b/installation/src/main/properties/appc.properties @@ -120,9 +120,9 @@ appc.sdc.provider.url=http://localhost:8181/restconf/operations/AsdcMessage:conf # Properties used by EventSenderDmaapImpl.java DCAE.dmaap.event.topic.write=EventSenderTest -DCAE.dmaap.appc.username=test -DCAE.dmaap.appc.password=test -DCAE.dmaap.event.pool.members=10.0.11.1:3904 +DCAE.dmaap.event.username=test +DCAE.dmaap.event.password=test +DCAE.dmaap.event.poolMembers=10.0.11.1:3904 # OAM Listener appc.OAM.disabled=true |