Skip to content

Commit c33b5bb

Browse files
author
zhangzetao
committed
support query hosts with availability-zone
1 parent dc3d87b commit c33b5bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

openstack/compute/v2/servers/requests.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ type ListOpts struct {
8484
// NotTagsAny filters on specific server tags. At least one of the tags must be absent for the server.
8585
NotTagsAny string `q:"not-tags-any"`
8686

87-
// Display servers based on their availability zone (Admin only until microversion 2.82).
88-
AvailabilityZone string `q:"availability_zone"`
87+
// Display servers based on their availability zone (Admin only until microversion 2.82).
88+
AvailabilityZone string `q:"availability_zone"`
8989
}
9090

9191
// ToServerListQuery formats a ListOpts into a query string.

0 commit comments

Comments
 (0)