Skip to content

Commit

Permalink
Merge pull request #12 from cloud-ca/devel
Browse files Browse the repository at this point in the history
v2.0
  • Loading branch information
pdube committed Oct 4, 2018
2 parents 87eb6af + b2fd791 commit f2dd6cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions cloudca.go
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ func (d *Driver) Create() error {
}

d.Id = newInstance.Id
d.IPAddress = newInstance.IpAddress
d.PrivateIp = newInstance.IpAddress
d.PrivateIpId = newInstance.IpAddressId
d.setAdditionalVolumeId()
Expand Down
6 changes: 3 additions & 3 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import:
subpackages:
- services/cloudca
- package: github.com/docker/machine
version: ^0.9.0
version: ^0.15.0
subpackages:
- libmachine/drivers
- libmachine/drivers/plugin
Expand Down

0 comments on commit f2dd6cf

Please sign in to comment.