Skip to content

Commit 01634e9

Browse files
author
anasouma
committed
Loadbal Initial Support
1 parent 7d1c55a commit 01634e9

10 files changed

Lines changed: 923 additions & 1 deletion

SoftLayer/CLI/environment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def __init__(self):
5050
'hw': 'server',
5151
'bmetal': 'bmc',
5252
'virtual': 'vs',
53+
'lb': 'loadbal',
5354
}
5455
self.stdout = sys.stdout
5556
self.stderr = sys.stderr

0 commit comments

Comments
 (0)