Skip to content

Commit

Permalink
Fix rancher support
Browse files Browse the repository at this point in the history
  • Loading branch information
outcatcher committed Mar 27, 2020
1 parent 437302d commit a78bc54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export GO111MODULE=on
export PATH:=/usr/local/go/bin:$(PATH)
exec_path := /usr/local/bin/
exec_name := docker-machine-driver-opentelekomcloud
exec_name := docker-machine-driver-otc

VERSION := 0.1.2
VERSION := 0.2.1b1


default: test build
Expand Down Expand Up @@ -47,6 +47,6 @@ install:
@echo "Driver installed to $(exec_path)$(exec_name)"

release: build-all
@gzip -fqS "-$(VERSION)-linux-amd64.gz" "./bin/$(exec_name)"
@zip -qmD ./bin/docker-machine-driver-opentelekomcloud-$(VERSION)-win-amd64.zip ./bin/$(exec_name).exe
@tar -czf "./bin/$(exec_name)-$(VERSION)-linux-amd64.tgz" "./bin/$(exec_name)"
@zip -qmD ./bin/$(exec_name)-$(VERSION)-win-amd64.zip ./bin/$(exec_name).exe
@echo "Release versions are built"
2 changes: 1 addition & 1 deletion driver/opentelekomcloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
)

const (
driverName = "opentelekomcloud"
driverName = "otc"
defaultSecurityGroup = "docker-machine-grp"
defaultAZ = "eu-de-03"
defaultFlavor = "s2.large.2"
Expand Down

0 comments on commit a78bc54

Please sign in to comment.