Skip to content

Commit 7249cf7

Browse files
author
Nathan Beittenmiller
committed
Eliminating the old BMC CLI commands since they're now redundant
1 parent 0c8b089 commit 7249cf7

4 files changed

Lines changed: 3 additions & 815 deletions

File tree

SoftLayer/CLI/core.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@
99
The available modules are:
1010
1111
Compute:
12-
bmc Bare Metal Cloud
1312
image Manages compute and flex images
1413
metadata Get details about this machine. Also available with 'my' and 'meta'
15-
server Hardware servers
14+
server Bare metal servers
1615
sshkey Manage SSH keys on your account
1716
vs Virtual Servers (formerly CCIs)
1817

SoftLayer/CLI/environment.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ class Environment(object):
4747
'cci': 'vs',
4848
'hardware': 'server',
4949
'hw': 'server',
50-
'bmetal': 'bmc',
50+
'bmetal': 'server',
5151
'virtual': 'vs',
52+
'bmc': 'server',
5253
}
5354
stdout = sys.stdout
5455
stderr = sys.stderr

0 commit comments

Comments
 (0)