diff options
| author | Justin Santa Barbara <justin@fathomdb.com> | 2011-03-28 16:54:17 -0700 |
|---|---|---|
| committer | Justin Santa Barbara <justin@fathomdb.com> | 2011-03-28 16:54:17 -0700 |
| commit | 87bc3bca7904135656ed3a99efc19952be95dcbf (patch) | |
| tree | 04c166d17bfae0456c664852563e039644251420 /nova/api | |
| parent | 276c153f44734e78cae25deb9fc9e79a604c6219 (diff) | |
Multi-line comments should end in a blankline
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/incubator/volumes/volume_attachments.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nova/api/openstack/incubator/volumes/volume_attachments.py b/nova/api/openstack/incubator/volumes/volume_attachments.py index 1e260b34d..aec4ea8f3 100644 --- a/nova/api/openstack/incubator/volumes/volume_attachments.py +++ b/nova/api/openstack/incubator/volumes/volume_attachments.py @@ -65,7 +65,9 @@ class Controller(wsgi.Controller): """The volume attachment API controller for the Openstack API. A child resource of the server. Note that we use the volume id - as the ID of the attachment (though this is not guaranteed externally)""" + as the ID of the attachment (though this is not guaranteed externally) + + """ _serialization_metadata = { 'application/xml': { |
