Merge "[DOC BLD FIX] Correct json code block in attachments"

This commit is contained in:
Jenkins 2017-07-27 15:08:02 +00:00 committed by Gerrit Code Review
commit a64fb3f176

View File

@ -200,7 +200,8 @@ class AttachmentsController(wsgi.Controller):
Expected format of the input parameter 'body':
.. code-block:: json
.. code:: json
{
"attachment":
{
@ -217,6 +218,7 @@ class AttachmentsController(wsgi.Controller):
}
}
}
"""
context = req.environ['cinder.context']
attachment_ref = (