From 88df88a19674ccc0017836941b8ee32eaadf19fb Mon Sep 17 00:00:00 2001 From: Stuart Mackie Date: Thu, 23 Mar 2017 06:19:54 -0700 Subject: Deleted charms with wrong license. Will source them differently in future. Change-Id: I0fc99ea03c6b6ca4701e63793cb2be60e56c7588 Signed-off-by: Stuart Mackie --- charms/trusty/contrail-webui/hooks/actions.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 charms/trusty/contrail-webui/hooks/actions.py (limited to 'charms/trusty/contrail-webui/hooks/actions.py') diff --git a/charms/trusty/contrail-webui/hooks/actions.py b/charms/trusty/contrail-webui/hooks/actions.py deleted file mode 100644 index a8e3adf..0000000 --- a/charms/trusty/contrail-webui/hooks/actions.py +++ /dev/null @@ -1,5 +0,0 @@ -from charmhelpers.core import hookenv - - -def log_start(service_name): - hookenv.log('{0} starting'.format(service_name)) -- cgit 1.2.3-korg