Merge "Corrected help for nova boot when attaching block device"

This commit is contained in:
Jenkins 2015-03-26 18:46:30 +00:00 committed by Gerrit Code Review
commit 5a6f8717f7
1 changed files with 3 additions and 2 deletions

View File

@ -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, "