Skip to content

Commit

Permalink
Add versionadded for new nqn arg in purefa module
Browse files Browse the repository at this point in the history
  • Loading branch information
Megan Wilhite committed Nov 3, 2022
1 parent 52ad049 commit cf75542
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions salt/modules/purefa.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@ def host_create(name, iqn=None, wwn=None, nqn=None):
iSCSI IQN of host
nqn : string
NVMeF NQN of host
.. versionadded:: 3006.0
wwn : string
Fibre Channel WWN of host
Expand Down Expand Up @@ -697,6 +698,7 @@ def host_update(name, iqn=None, wwn=None, nqn=None):
name of host
nqn : string
Additional NVMeF NQN of host
.. versionadded:: 3006.0
iqn : string
Additional iSCSI IQN of host
wwn : string
Expand Down

0 comments on commit cf75542

Please sign in to comment.