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 75cf658 commit 5284d76Copy full SHA for 5284d76
openstack/compute/v2/servers/requests.go
@@ -86,6 +86,9 @@ type ListOpts struct {
86
87
// Display servers based on their availability zone (Admin only until microversion 2.82).
88
AvailabilityZone string `q:"availability_zone"`
89
+
90
+ // KeyName is the name of the key pair.
91
+ KeyName string `json:"key_name,omitempty"`
92
}
93
94
// ToServerListQuery formats a ListOpts into a query string.
0 commit comments