Skip to content

Commit

Permalink
Merge pull request #39 from ukfast/public-vm-support
Browse files Browse the repository at this point in the history
Add PodID parameter to ecloud request
  • Loading branch information
0x4c6565 authored Mar 18, 2020
2 parents 52a18d3 + 907473f commit f1315ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/service/ecloud/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ type CreateVirtualMachineRequest struct {
Role string `json:"role,omitempty"`
BootstrapScript string `json:"bootstrap_script,omitempty"`
ActiveDirectoryDomainID int `json:"ad_domain_id,omitempty"`
PodID int `json:"pod_id,omitempty"`
}

// CreateVirtualMachineRequestDisk represents a request to create an eCloud virtual machine disk
Expand Down

0 comments on commit f1315ec

Please sign in to comment.