Comment 2 for bug 1516765

Revision history for this message
Matt Riedemann (mriedem) wrote : Re: xenapi: volume_utils._parse_volume_info can leak connection password via StorageError

Confirmed that the StorageError in the volume_utils code would get raised up through the attach_volume method in the virt driver and that would be logged here:

https://github.com/openstack/nova/blob/12.0.0/nova/virt/block_device.py#L259