Skip to content

Commit

Permalink
ConfigDrive options added
Browse files Browse the repository at this point in the history
  • Loading branch information
s-matyukevich committed Jul 21, 2015
1 parent e2f1077 commit 3054ab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nova/nova.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ type RunServerOpts struct {
Networks []ServerNetworks `json:"networks"` // Optional
AvailabilityZone string `json:"availability_zone,omitempty"` // Optional
Metadata map[string]string `json:"metadata,omitempty"` // Optional
ConfigDrive bool `json:"config_drive,omitempty"` // Optional
}

// RunServer creates a new server, based on the given RunServerOpts.
Expand Down

0 comments on commit 3054ab7

Please sign in to comment.