From a1b5c326eb2f248df9df21f840464f4f057a5e39 Mon Sep 17 00:00:00 2001 From: Jim Date: Sat, 9 Feb 2019 12:52:09 -0600 Subject: [PATCH] remove code that got included accidentally again. --- mexos/cloudletinfra.go | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/mexos/cloudletinfra.go b/mexos/cloudletinfra.go index c6db82ecd..6c3fefad8 100644 --- a/mexos/cloudletinfra.go +++ b/mexos/cloudletinfra.go @@ -17,24 +17,6 @@ import ( var CloudletInfra *edgeproto.CloudletInfraProperties var CloudletInfraCommon *edgeproto.CloudletInfraCommon -//this is possible actions and optional parameters -var actionChoices = map[string]string{ - "CLOUDLET_KIND": "procname", - "stop": "procname", - "status": "procname", - "ctrlapi": "procname", - "ctrlcli": "procname", - "ctrlinfo": "procname", - "dmeapi": "procname", - "deploy": "", - "cleanup": "", - "fetchlogs": "", - "createcluster": "", - "deletecluster": "", - "gencerts": "", - "cleancerts": "", - "sleep": "seconds", -} func InitializeCloudletInfra(fakecloudlet bool) error { log.DebugLog(log.DebugLevelMexos, "InitializeCloudletInfra called")