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:
parent
673269858c
commit
215cb2559c
@ -216,7 +216,7 @@ class AttachmentsController(wsgi.Controller):
|
||||
"mode": None|"rw"|"ro",
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
"""
|
||||
context = req.environ['cinder.context']
|
||||
attachment_ref = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user