commit | 6be8c4247d29435e773753d98626bfe0b0b0d03c | [log] [tgz] |
---|---|---|
author | jrperritt <jrperritt@gmail.com> | Wed Nov 09 13:08:35 2016 -0600 |
committer | jrperritt <jrperritt@gmail.com> | Wed Nov 09 13:08:35 2016 -0600 |
tree | 3390ef282fda045f2e2cb3df704d28abd22c01f9 | |
parent | 17e8b62988e092bcd35eb39834b07ec925a376b6 [diff] |
comments for tenantattr pkg
diff --git a/openstack/blockstorage/extensions/tenantattr/results.go b/openstack/blockstorage/extensions/tenantattr/results.go index 5e9ef23..6e1cd15 100644 --- a/openstack/blockstorage/extensions/tenantattr/results.go +++ b/openstack/blockstorage/extensions/tenantattr/results.go
@@ -1,5 +1,7 @@ package tenantattr +// An extension to the base Volume object type VolumeExt struct { + // TenantID is the id of the project that owns the volume. TenantID string `json:"os-vol-tenant-attr:tenant_id"` }