diff options
author | xufeiliu <xl085b@att.com> | 2019-03-05 04:40:50 +0000 |
---|---|---|
committer | xufeiliu <xl085b@att.com> | 2019-03-05 04:42:00 +0000 |
commit | 9cdef01070d0227b7a03e907d55de4a3b7295ce2 (patch) | |
tree | 154b06d2429954bd2cf93c1fcb44256f69a873c0 /dmaap/dmaapplugin/dmaaputils.py | |
parent | eb7a73a1ed6fac775dc09dc581d11367e4262598 (diff) |
[20190304] update copyright and __init__.py
Update all copyrights. Update dmaapplugin/__init__.py to match the
ONAP environment. 1) Consul address is "consul". 2) certificate is
at /opt/onap/certs/cacert.pem. 3) Consul key name "dmaap-plugin"
4) Bus controller address is "dmaap-bc", port 8080 or 8443.
Issue-ID: CCSDK-794
Change-Id: I47c85be11430510e2035f7972f97e63fe11757dc
Signed-off-by: xufeiliu <xl085b@att.com>
Diffstat (limited to 'dmaap/dmaapplugin/dmaaputils.py')
-rw-r--r-- | dmaap/dmaapplugin/dmaaputils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dmaap/dmaapplugin/dmaaputils.py b/dmaap/dmaapplugin/dmaaputils.py index 9e80416..fd05a96 100644 --- a/dmaap/dmaapplugin/dmaaputils.py +++ b/dmaap/dmaapplugin/dmaaputils.py @@ -1,7 +1,7 @@ # ============LICENSE_START==================================================== # org.onap.ccsdk # ============================================================================= -# Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2017-2019 AT&T Intellectual Property. All rights reserved. # ============================================================================= # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |