Fix a typo in nova/api/openstack/compute/volumes.py

he -> the

TrivialFix
Change-Id: I306867800fabbdf0b6516e2459c0d9d00d627c7b
This commit is contained in:
Takashi NATSUME 2016-11-22 15:21:17 +09:00
parent 3cd2005523
commit ce0be98e25
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ def _translate_attachment_summary_view(volume_id, instance_uuid, mountpoint):
"""Maps keys for attachment summary view."""
d = {}
# NOTE(justinsb): We use the volume id as he id of the attachment object
# NOTE(justinsb): We use the volume id as the id of the attachment object
d['id'] = volume_id
d['volumeId'] = volume_id