Skip to content

Commit 0f0030a

Browse files
committed
#1059 adding cli route for hardware toggle-ipmi
1 parent f856db3 commit 0f0030a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SoftLayer/CLI/routes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@
237237
('hardware:update-firmware', 'SoftLayer.CLI.hardware.update_firmware:cli'),
238238
('hardware:rescue', 'SoftLayer.CLI.hardware.power:rescue'),
239239
('hardware:ready', 'SoftLayer.CLI.hardware.ready:cli'),
240+
('hardware:toggle-ipmi', 'SoftLayer.CLI.hardware.toggle_ipmi:cli'),
240241

241242
('securitygroup', 'SoftLayer.CLI.securitygroup'),
242243
('securitygroup:list', 'SoftLayer.CLI.securitygroup.list:cli'),

0 commit comments

Comments
 (0)