Skip to content

Commit 64ea874

Browse files
author
Nathan Beittenmiller
committed
First pass at getting dedicated server ordering working at command line
1 parent d9c9409 commit 64ea874

2 files changed

Lines changed: 535 additions & 7 deletions

File tree

SoftLayer/CLI/modules/bmetal.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class BMetalCreateOptions(CLIRunnable):
3838
"""
3939
usage: sl bmetal create-options [options]
4040
41-
Output available available options when creating a server
41+
Output available available options when creating a bare metal instance.
4242
4343
Options:
4444
--all Show all options. default if no other option provided
@@ -312,10 +312,7 @@ class CreateBMetalInstance(CLIRunnable):
312312
available datacenter
313313
-n MBPS, --network=MBPS Network port speed in Mbps
314314
-b MBPS, --bandwith=MBPS Outbound bandwidth in Mbps
315-
--dry-run, --test Do not create CCI, just get a quote
316-
317-
--wait=SECONDS Block until CCI is finished provisioning for up to X
318-
seconds before returning.
315+
--dry-run, --test Do not create the instance, just get a quote
319316
"""
320317
action = 'create'
321318
options = ['confirm']

0 commit comments

Comments
 (0)