Corrected help for nova boot when attaching block device

When adding block device with swap format, size is in MB and for
other formats it is in GB, so help is modified to show correct
description

Change-Id: I0472f2a86ed2a2a651d7bbb08976e8813fb72041
Closes-Bug: #1407383
This commit is contained in:
yatinkarel 2015-03-26 12:05:57 +05:30
parent 0343dff973
commit 4cef067d41

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