Skip to content

Commit 16a4145

Browse files
committed
Remove unused upstart commands left in GCE driver.
Signed-off-by: Tao Wang <twang2218@gmail.com>
1 parent bb37dc7 commit 16a4145

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

drivers/google/compute_util.go

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,10 @@ type ComputeUtil struct {
3838
}
3939

4040
const (
41-
apiURL = "https://www.googleapis.com/compute/v1/projects/"
42-
firewallRule = "docker-machines"
43-
port = "2376"
44-
firewallTargetTag = "docker-machine"
45-
dockerStartCommand = "sudo service docker start"
46-
dockerStopCommand = "sudo service docker stop"
41+
apiURL = "https://www.googleapis.com/compute/v1/projects/"
42+
firewallRule = "docker-machines"
43+
port = "2376"
44+
firewallTargetTag = "docker-machine"
4745
)
4846

4947
// NewComputeUtil creates and initializes a ComputeUtil.

0 commit comments

Comments
 (0)