Merge "Updating message for conversion_format cfg_opt"

This commit is contained in:
Jenkins 2016-02-04 18:50:42 +00:00 committed by Gerrit Code Review
commit 4eb49ad7e0
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