Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit 218a998

Browse files
committed
Merge pull request #447 from DSpeichert/master
Add all_tenants to nova servers list
2 parents e83aa01 + 9342e52 commit 218a998

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

openstack/compute/v2/servers/requests.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ type ListOpts struct {
4949

5050
// Integer value for the limit of values to return.
5151
Limit int `q:"limit"`
52+
53+
// Bool to show all tenants
54+
AllTenants bool `q:"all_tenants"`
5255
}
5356

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

0 commit comments

Comments
 (0)