Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
d131fb82d438ca390dbd9867c555681a1a9fd06e
/
.
/
openstack
/
blockstorage
/
extensions
/
volumetenants
/
results.go
blob: 0d4c670264d6fdddded79a8b71a00f7522a2283b [
file
] [
log
] [
blame
]
package volumetenants
// 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"`
}