summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
authorJustin Santa Barbara <justin@fathomdb.com>2011-03-28 16:54:17 -0700
committerJustin Santa Barbara <justin@fathomdb.com>2011-03-28 16:54:17 -0700
commit87bc3bca7904135656ed3a99efc19952be95dcbf (patch)
tree04c166d17bfae0456c664852563e039644251420 /nova/api
parent276c153f44734e78cae25deb9fc9e79a604c6219 (diff)
Multi-line comments should end in a blankline
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/openstack/incubator/volumes/volume_attachments.py4
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': {