commit | 524bcebcc86a3ff1602d605b0cf8a84438a3efcd | [log] [tgz] |
---|---|---|
author | jrperritt <jrperritt@gmail.com> | Mon May 09 14:35:39 2016 -0500 |
committer | jrperritt <jrperritt@gmail.com> | Mon May 09 14:35:39 2016 -0500 |
tree | b0551fb8e85d9a33fc33cd4ffe5e93eb67613342 | |
parent | d62a69f7484d2e2b90c68991ccc91c3309d80b1e [diff] [blame] |
add Metadata field to Image result
diff --git a/openstack/compute/v2/images/results.go b/openstack/compute/v2/images/results.go index 40e814d..482e7d6 100644 --- a/openstack/compute/v2/images/results.go +++ b/openstack/compute/v2/images/results.go
@@ -51,6 +51,8 @@ Status string Updated string + + Metadata map[string]string } // ImagePage contains a single page of results from a List operation.