Merge "[DOC BLD FIX] Fix docstring errors in Dell/EMC Unity"

This commit is contained in:
Jenkins 2017-07-25 07:59:34 +00:00 committed by Gerrit Code Review
commit e830596ae7
2 changed files with 7 additions and 0 deletions

View File

@ -437,7 +437,9 @@ class CommonAdapter(object):
.. code-block:: none
existing_ref:{
'source-id':<LUN id in Unity>
}
or
@ -445,7 +447,9 @@ class CommonAdapter(object):
.. code-block:: none
existing_ref:{
'source-name':<LUN name in Unity>
}
"""
lun = self._get_referenced_lun(existing_ref)

View File

@ -144,13 +144,16 @@ def convert_to_itor_tgt_map(zone_mapping):
:param zone_mapping: mapping is the data from the zone lookup service
with below format
{
<San name>: {
'initiator_port_wwn_list':
('200000051e55a100', '200000051e55a121'..)
'target_port_wwn_list':
('100000051e55a100', '100000051e55a121'..)
}
}
"""
target_wwns = []