Add the missing brace in api/v3/attachment

In the method of api/v3/attachment, the json
code block is missing closing brace, this patch
is to add the missing closing brace.

Change-Id: I23ece0728084ed0590c61f41e118c1cb88f84d89
This commit is contained in:
junboli 2017-06-15 16:55:06 +08:00
parent 673269858c
commit 215cb2559c

View File

@ -216,7 +216,7 @@ class AttachmentsController(wsgi.Controller):
"mode": None|"rw"|"ro",
}
}
}
"""
context = req.environ['cinder.context']
attachment_ref = (