We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2adf797 commit 6731ff8Copy full SHA for 6731ff8
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