IBM storage: fix domain issue by adding more keywords to pyxcli avail… (#48345)

IBM storage: fix domain issue by adding more keywords to pyxcli available fields
This commit is contained in:
Tzur Eliyahu
2018-11-12 17:47:38 +02:00
committed by Sam Doran
parent ef33159434
commit 616ba5d807
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "Added missing domain module fields to the ibm_sa_utils module."

View File

@@ -19,7 +19,10 @@ AVAILABLE_PYXCLI_FIELDS = ['pool', 'size', 'snapshot_size',
'domain', 'perf_class', 'vol',
'iscsi_chap_name', 'iscsi_chap_secret',
'cluster', 'host', 'lun', 'override',
'fcaddress', 'iscsi_name']
'fcaddress', 'iscsi_name', 'max_dms',
'max_cgs', 'ldap_id', 'max_mirrors',
'max_pools', 'max_volumes', 'hard_capacity',
'soft_capacity']
def xcli_wrapper(func):