We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc3d87b commit c33b5bbCopy full SHA for c33b5bb
1 file changed
openstack/compute/v2/servers/requests.go
@@ -84,8 +84,8 @@ type ListOpts struct {
84
// NotTagsAny filters on specific server tags. At least one of the tags must be absent for the server.
85
NotTagsAny string `q:"not-tags-any"`
86
87
- // Display servers based on their availability zone (Admin only until microversion 2.82).
88
- AvailabilityZone string `q:"availability_zone"`
+ // Display servers based on their availability zone (Admin only until microversion 2.82).
+ AvailabilityZone string `q:"availability_zone"`
89
}
90
91
// ToServerListQuery formats a ListOpts into a query string.
0 commit comments