Merge "Corrected help for nova boot when attaching block device"
This commit is contained in:
commit
5a6f8717f7
@ -435,8 +435,9 @@ def _boot(cs, args):
|
||||
"device=name of the device (e.g. vda, xda, ...; "
|
||||
"if omitted, hypervisor driver chooses suitable device "
|
||||
"depending on selected bus), "
|
||||
"size=size of the block device in GB (if omitted, "
|
||||
"hypervisor driver calculates size), "
|
||||
"size=size of the block device in MB(for swap) and in "
|
||||
"GB(for other formats) "
|
||||
"(if omitted, hypervisor driver calculates size), "
|
||||
"format=device will be formatted (e.g. swap, ntfs, ...; optional), "
|
||||
"bootindex=integer used for ordering the boot disks "
|
||||
"(for image backed instances it is equal to 0, "
|
||||
|
Loading…
x
Reference in New Issue
Block a user