Skip to content

Commit

Permalink
remove code that got included accidentally again.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlmorris3827 committed Feb 9, 2019
1 parent 6dacb37 commit a1b5c32
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions mexos/cloudletinfra.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit a1b5c32

Please sign in to comment.