From db5d0c76d7ca9ee16076ef642d72aba5eaf043c7 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Mon, 7 May 2018 09:48:31 -0400 Subject: [PATCH] Add missing property msg-bus-address Added missing property setting to ueb-listener.properties Change-Id: I58a37a3add6c06802b3abbd513d6676308873903 Issue-ID: CCSDK-254 Signed-off-by: Timoney, Dan (dt5972) --- installation/ueb-listener/src/main/properties/ueb-listener.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/installation/ueb-listener/src/main/properties/ueb-listener.properties b/installation/ueb-listener/src/main/properties/ueb-listener.properties index 8bb5594a..e8de736c 100755 --- a/installation/ueb-listener/src/main/properties/ueb-listener.properties +++ b/installation/ueb-listener/src/main/properties/ueb-listener.properties @@ -19,3 +19,4 @@ org.onap.ccsdk.sli.northbound.uebclient.keystore-path= org.onap.ccsdk.sli.northbound.uebclient.keystore-password= org.onap.ccsdk.sli.northbound.uebclient.xslt-path-list= org.onap.ccsdk.sli.northbound.uebclient.artifact-map=/opt/onap/sdnc/data/properties/artifact.map +org.onap.ccsdk.sli.northbound.uebclient.msg-bus-address=10.0.11.1,10.0.11.1 -- 2.16.6