Merge "[DOC BLD FIX] Fix indentation in attachments.py"

This commit is contained in:
Jenkins 2017-07-18 22:59:37 +00:00 committed by Gerrit Code Review
commit 43940e913c
1 changed files with 12 additions and 12 deletions

View File

@ -201,22 +201,22 @@ class AttachmentsController(wsgi.Controller):
Expected format of the input parameter 'body': Expected format of the input parameter 'body':
.. code-block:: json .. code-block:: json
{
"attachment":
{ {
"connector": "attachment":
{ {
"initiator": "iqn.1993-08.org.debian:01:cad181614cec", "connector":
"ip":"192.168.1.20", {
"platform": "x86_64", "initiator": "iqn.1993-08.org.debian:01:cad181614cec",
"host": "tempest-1", "ip":"192.168.1.20",
"os_type": "linux2", "platform": "x86_64",
"multipath": False, "host": "tempest-1",
"mountpoint": "/dev/vdb", "os_type": "linux2",
"mode": None|"rw"|"ro", "multipath": False,
"mountpoint": "/dev/vdb",
"mode": None|"rw"|"ro",
}
} }
} }
}
""" """
context = req.environ['cinder.context'] context = req.environ['cinder.context']
attachment_ref = ( attachment_ref = (