summaryrefslogtreecommitdiffstats
path: root/k8s/k8splugin/__init__.py
diff options
context:
space:
mode:
authorHansen, Tony (th1395) <th1395@att.com>2020-05-13 18:55:54 +0000
committerHansen, Tony (th1395) <th1395@att.com>2020-06-02 20:36:06 +0000
commit7e1efe3174336fa09a56c596af55ba93d7b14a91 (patch)
treebad0fc0c5bb0a54f69e7d046008c423c507f87d6 /k8s/k8splugin/__init__.py
parent05e95de3b9736160b4229232903e86706fb782e1 (diff)
move plugins from from ccsdk to dcaegen2
copy dmaap, helm, pgaas and sshkeyshare plugins from ccsdk to dcaegen2 Change-Id: Ib257495de6c275c45f0c87a4b42ac21a2fab7979 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-2207 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
Diffstat (limited to 'k8s/k8splugin/__init__.py')
-rw-r--r--k8s/k8splugin/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/k8s/k8splugin/__init__.py b/k8s/k8splugin/__init__.py
index 7ca69b7..85e4411 100644
--- a/k8s/k8splugin/__init__.py
+++ b/k8s/k8splugin/__init__.py
@@ -16,7 +16,6 @@
# limitations under the License.
# ============LICENSE_END=========================================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
# REVIEW: Tried to source the version from here but you run into import issues
# because "tasks" module is loaded. This method seems to be the PEP 396
@@ -25,4 +24,4 @@
from .tasks import create_for_components, create_for_components_with_streams, \
create_and_start_container, create_and_start_container_for_components, \
- stop_and_remove_container, cleanup_discovery, policy_update, scale, update_image \ No newline at end of file
+ stop_and_remove_container, cleanup_discovery, policy_update, scale, update_image