Skip to content

Commit 0fcc84c

Browse files
author
Brian Flores
committed
removed autoscale commands
1 parent ca21eec commit 0fcc84c

File tree

9 files changed

+0
-547
lines changed

9 files changed

+0
-547
lines changed

SoftLayer/CLI/autoscale/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

SoftLayer/CLI/autoscale/delete.py

Lines changed: 0 additions & 27 deletions
This file was deleted.

SoftLayer/CLI/autoscale/detail.py

Lines changed: 0 additions & 93 deletions
This file was deleted.

SoftLayer/CLI/autoscale/list.py

Lines changed: 0 additions & 30 deletions
This file was deleted.

SoftLayer/CLI/routes.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -397,11 +397,6 @@
397397
('report', 'SoftLayer.CLI.report'),
398398
('report:bandwidth', 'SoftLayer.CLI.report.bandwidth:cli'),
399399
('report:datacenter-closures', 'SoftLayer.CLI.report.dc_closures:cli'),
400-
401-
('autoscale', 'SoftLayer.CLI.autoscale'),
402-
('autoscale:list', 'SoftLayer.CLI.autoscale.list:cli'),
403-
('autoscale:detail', 'SoftLayer.CLI.autoscale.detail:cli'),
404-
('autoscale:delete', 'SoftLayer.CLI.autoscale.delete:cli'),
405400
]
406401

407402
ALL_ALIASES = {

SoftLayer/managers/autoscale.py

Lines changed: 0 additions & 139 deletions
This file was deleted.

docs/cli/autoscale.rst

Lines changed: 0 additions & 46 deletions
This file was deleted.

tests/CLI/modules/autoscale_tests.py

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)