Updating message for conversion_format cfg_opt

When using the RBD backend, the conversion_format should be set to
'raw'.

Change-Id: Idb6095eee1f9452f44ef19140c15a8fdeab89244
Partial-Bug: #1356163
This commit is contained in:
Justin Shepherd 2016-02-03 09:45:00 -06:00
parent 9196f1356c
commit 17c5170655
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ convert_task_opts = [
cfg.StrOpt('conversion_format',
choices=('qcow2', 'raw', 'vmdk'),
help=_("The format to which images will be automatically "
"converted.")),
"converted. When using the RBD backend, this should be "
"set to 'raw'")),
]
CONF = cfg.CONF