commit | 9342e52622eddc15b4d99cea5c5b8b73a20c21f4 | [log] [tgz] |
---|---|---|
author | Daniel Speichert <daniel_speichert@cable.comcast.com> | Fri Jun 05 10:31:52 2015 -0400 |
committer | Daniel Speichert <daniel_speichert@cable.comcast.com> | Wed Jul 22 16:19:16 2015 -0400 |
tree | 696d27376a9214dd90c9ed733104280184aecf46 | |
parent | e83aa011e019917c7bd951444d61c42431b4d21d [diff] |
Add all_tenants to nova servers list
diff --git a/openstack/compute/v2/servers/requests.go b/openstack/compute/v2/servers/requests.go index f186e04..63ad24b 100644 --- a/openstack/compute/v2/servers/requests.go +++ b/openstack/compute/v2/servers/requests.go
@@ -49,6 +49,9 @@ // Integer value for the limit of values to return. Limit int `q:"limit"` + + // Bool to show all tenants + AllTenants bool `q:"all_tenants"` } // ToServerListQuery formats a ListOpts into a query string.