Skip to content

Commit 1768443

Browse files
shrsrlhercot
authored andcommitted
[ignore] Updated description of fex_id in the module ndo_fex_device
1 parent b812f42 commit 1768443

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

plugins/modules/ndo_fex_device.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,10 @@
5252
fex_id:
5353
description:
5454
- The FEX ID.
55+
- The value must be in the range 101 - 199.
5556
- This parameter is required when O(state=present).
5657
type: int
57-
aliases: [ id ]
58+
aliases: [ fex_device_id ]
5859
nodes:
5960
description:
6061
- The list of node IDs where the FEX Device will be deployed.
@@ -173,7 +174,7 @@ def main():
173174
name=dict(type="str", aliases=["fex_device_name"]),
174175
uuid=dict(type="str", aliases=["fex_device_uuid"]),
175176
description=dict(type="str"),
176-
fex_id=dict(type="int", aliases=["id"]),
177+
fex_id=dict(type="int", aliases=["fex_device_id"]),
177178
nodes=dict(type="list", elements="str"),
178179
interfaces=dict(type="list", elements="str"),
179180
state=dict(type="str", default="query", choices=["absent", "query", "present"]),

0 commit comments

Comments
 (0)