diff options
author | Brian Freeman <bf1936@att.com> | 2017-08-24 19:27:14 +0000 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2017-08-24 19:27:40 +0000 |
commit | 6425289f2b983a1907d9d13e6751b2e4282b9f86 (patch) | |
tree | fe80f5c8c95a0ef3a82e9432964976ef8ac483e9 /vnfs | |
parent | c358a56bd31e8294a72a5fee92c7a2d38a061146 (diff) |
replaced DMaaP IP with TAG
Change-Id: I17999da6c4cf9abb283ff15c31adc0cec4b909c6
Signed-off-by: Brian Freeman <bf1936@att.com>
Issue-Id: UCA-35
Diffstat (limited to 'vnfs')
-rw-r--r-- | vnfs/vCPE/kea-sdnc-notify-mod/etc/kea-sdnc-notify.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnfs/vCPE/kea-sdnc-notify-mod/etc/kea-sdnc-notify.conf b/vnfs/vCPE/kea-sdnc-notify-mod/etc/kea-sdnc-notify.conf index 9538ec6d..6fd09843 100644 --- a/vnfs/vCPE/kea-sdnc-notify-mod/etc/kea-sdnc-notify.conf +++ b/vnfs/vCPE/kea-sdnc-notify-mod/etc/kea-sdnc-notify.conf @@ -1,4 +1,4 @@ { - "url": "http://10.0.11.1:3904/events/VCPE-DHCP-EVENT/", + "url": "http://DMAAP_IPADDR:3904/events/VCPE-DHCP-EVENT/", "siaddr": "siaddr" } |