commit | 15c5e9ebd391861694124adc645c579e02b23196 | [log] [tgz] |
---|---|---|
author | Krzysztof Szukiełojć <kszukielojc@mirantis.com> | Fri May 19 10:32:32 2017 +0200 |
committer | Krzysztof Szukiełojć <kszukielojc@mirantis.com> | Fri May 19 10:32:32 2017 +0200 |
tree | 5d2cb0dcc8220a291e1fc40f738261ed67a00b48 | |
parent | 7cf0b33d292805f9b3ed0ddea2b8f9d4584f8389 [diff] [blame] |
Fix bug with services extractor Change-Id: Ifaa6b54f7e9b0b01b4ef6370e6d3c9eeb8db0227
diff --git a/openstack/blockstorage/v2/snapshots/requests.go b/openstack/blockstorage/v2/snapshots/requests.go index 5dca94c..666dfe0 100644 --- a/openstack/blockstorage/v2/snapshots/requests.go +++ b/openstack/blockstorage/v2/snapshots/requests.go
@@ -11,6 +11,8 @@ ToVolumeListQuery() (string, error) } +// ListOpts holds options for listing Snapshots. It is passed to the snapshot.List +// function. type ListOpts struct { // admin-only option. Set it to true to see all tenant volumes. AllTenants bool `q:"all_tenants"`