We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2adf797 commit 3c92763Copy full SHA for 3c92763
openstack/compute/v2/servers/requests.go
@@ -240,6 +240,9 @@ type CreateOpts struct {
240
// Tags allows a server to be tagged with single-word metadata.
241
// Requires microversion 2.52 or later.
242
Tags []string `json:"tags,omitempty"`
243
+
244
+ // KeyName is the name of the key pair.
245
+ KeyName string `json:"key_name,omitempty"`
246
}
247
248
// ToServerCreateMap assembles a request body based on the contents of a
0 commit comments