blob: 6e1cd1516ecda004bc2cee38f80299ecb545b0d5 [file] [log] [blame]
jrperritt7dc49462016-11-08 15:09:33 -06001package tenantattr
2
jrperritt6be8c422016-11-09 13:08:35 -06003// An extension to the base Volume object
jrperritt7dc49462016-11-08 15:09:33 -06004type VolumeExt struct {
jrperritt6be8c422016-11-09 13:08:35 -06005 // TenantID is the id of the project that owns the volume.
jrperritt7dc49462016-11-08 15:09:33 -06006 TenantID string `json:"os-vol-tenant-attr:tenant_id"`
7}