Merge "Add support for provider_id for volume objects"

This commit is contained in:
Zuul
2024-01-30 09:09:19 +00:00
committed by Gerrit Code Review

View File

@@ -81,6 +81,8 @@ class Volume(resource.Resource, metadata.MetadataMixin):
replication_driver_data = resource.Body(
"os-volume-replication:driver_data"
)
#: The provider ID for the volume.
provider_id = resource.Body("provider_id")
#: Status of replication on this volume.
replication_status = resource.Body("replication_status")
#: Scheduler hints for the volume