The volume_encryption_metadata_get function returns more than just
the encryption key id. This change generalizes the comment to refer
to all the metadata that is returned.
Change-Id: I3f154930cec5f065011b40026d3dbdb3a8a2f07d
@require_context
def volume_encryption_metadata_get(context, volume_id, session=None):
- """Return the encryption key id for a given volume."""
+ """Return the encryption metadata for a given volume."""
volume_ref = _volume_get(context, volume_id)
encryption_ref = volume_type_encryption_get(context,