Skip to content

Commit 2dae898

Browse files
gmicollhercot
authored andcommitted
[ignore] Add small modifications to current changes for Documentation and comments.
1 parent 5916479 commit 2dae898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/modules/nd_setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284
external_services:
285285
description:
286286
- The persistent Service IPs/Pools to be provided.
287-
- For ND versions between 3.1.1 and 3.2.2, This can only be used when O(deployment_mode)
287+
- For ND versions between 3.1.1 and 3.2.2, this can only be used when O(deployment_mode)
288288
includes V(ndi) or V(ndo) otherwise it will be ignored.
289289
- This option is only applicable for ND versions 3.1.1 and later.
290290
type: dict
@@ -588,7 +588,7 @@ def main():
588588
],
589589
}
590590

591-
# Deployment mode options available from ND version 3.1.1 to 3.2.2
591+
# Deployment mode options available in ND from version 3.1.1 to 3.2.2
592592
if isinstance(deployment_mode, list) and "3.1.1" <= nd_version < "4.1.0":
593593
payload["clusterConfig"]["deploymentMode"] = deployment_mode if len(deployment_mode) > 1 else deployment_mode[0]
594594
if external_services is not None and any(service in {"ndi-virtual", "ndi-physical", "ndfc"} for service in deployment_mode):

0 commit comments

Comments
 (0)