Merge "[DOC BLD FIX] Fix docstring errors for VMAX driver"

This commit is contained in:
Jenkins 2017-07-24 20:18:40 +00:00 committed by Gerrit Code Review
commit 2b21db22c0
3 changed files with 24 additions and 17 deletions

View File

@ -1418,9 +1418,13 @@ class VMAXRest(object):
"""Check what replication features are licensed and enabled.
Example return value for this method:
.. code:: python
{"symmetrixId": "000197800128",
"snapVxCapable": true,
"rdfCapable": true}
:param: array
:returns: capabilities dict for the given array
"""

View File

@ -305,6 +305,8 @@ class VMAXUtils(object):
Given a file, parse it to get array and pool(srp).
.. code:: ini
<EMC>
<RestServerIp>10.108.246.202</RestServerIp>
<RestServerPort>8443</RestServerPort>
@ -318,6 +320,7 @@ class VMAXUtils(object):
<Array>000198700439</Array>
<SRP>SRP_1</SRP>
</EMC>
:param file_name: the configuration file
:returns: list
"""