commit | 94963ad5e217fef089abe28679ae6d8f0c5c575a | [log] [tgz] |
---|---|---|
author | Jon Perritt <jrperritt@gmail.com> | Mon May 05 12:14:39 2014 -0500 |
committer | Jon Perritt <jrperritt@gmail.com> | Wed Oct 01 10:36:51 2014 -0500 |
tree | affdfe08e17c379d7a1d43d334be1ed9c1bce047 | |
parent | 70dd47d6908ee89ec9dd11d06a627d948c1c3c07 [diff] [blame] |
list volumes
diff --git a/openstack/blockstorage/v1/volumes/volumes.go b/openstack/blockstorage/v1/volumes/volumes.go index 741e4bf..8120863 100644 --- a/openstack/blockstorage/v1/volumes/volumes.go +++ b/openstack/blockstorage/v1/volumes/volumes.go
@@ -16,5 +16,6 @@ Size int } type CreateOpts map[string]interface{} +type ListOpts map[string]bool type GetOpts map[string]string type DeleteOpts map[string]string