Skip to content

Commit 414280c

Browse files
authored
Enhancement: add option for 21 inch (ETSI) racks (#190)
1 parent 6b42638 commit 414280c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/modules/netbox_rack.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
choices:
9090
- 10
9191
- 19
92+
- 21
9293
- 23
9394
u_height:
9495
description:
@@ -220,7 +221,7 @@ def main():
220221
"Wall-mounted cabinet",
221222
],
222223
),
223-
width=dict(required=False, type="int", choices=[10, 19, 23,],),
224+
width=dict(required=False, type="int", choices=[10, 19, 21, 23,],),
224225
u_height=dict(required=False, type="int"),
225226
desc_units=dict(required=False, type="bool"),
226227
outer_width=dict(required=False, type="int"),

0 commit comments

Comments
 (0)