diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-07-19 11:50:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-07-19 11:50:01 +0000 |
commit | 3a7c2f77e9d045e31139aee67dffe25a7add49f2 (patch) | |
tree | 314c61892125bb2f6c9dc11b6f175a66cc3b2df6 /bpmn/MSOInfrastructureBPMN/src/main/resources | |
parent | 59c11ab26ad0b4b2c0050574b0ae4605d74292f7 (diff) | |
parent | 02463bf3e2f8d57ece3b391d392109e2496f2838 (diff) |
Merge "dmaap host and port configuration for pnf feature"
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src/main/resources')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/main/resources/dmaap.properties | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/dmaap.properties b/bpmn/MSOInfrastructureBPMN/src/main/resources/dmaap.properties index 6807a24ea9..a1286b056c 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/resources/dmaap.properties +++ b/bpmn/MSOInfrastructureBPMN/src/main/resources/dmaap.properties @@ -1,11 +1,8 @@ -host=HOSTNAME -port=3905 protocol=http uriPathPrefix = events -eventReadyTopicName=pnfEventReady +eventReadyTopicName=unauthenticated.PNF_READY consumerId=consumerId consumerGroup=group -clientThreadInitialDelayInSeconds=1 clientThreadDelayInSeconds=5 pnfDefaultTimeout=P14D |