Improve 'virt.images' conf options documentation

Change-Id: I8a141be79eabc186417f535bc628b8171701e91b
Implements: bp centralize-config-options
This commit is contained in:
Stephen Finucane 2016-01-14 10:40:08 +00:00
parent 67077d84bd
commit 853b697afa

View File

@ -185,7 +185,21 @@ Interdependencies to other options:
force_raw_images = cfg.BoolOpt(
'force_raw_images',
default=True,
help='Force backing images to raw format')
help="""Force conversion of backing images to raw format.
Possible values:
* True: Backing image files will be converted to raw image format
* False: Backing image files will not be converted
Services which consume this:
* nova-compute
Interdependencies to other options:
* ``compute_driver``: Only the libvirt driver uses this option.
""")
ALL_OPTS = [vcpu_pin_set,
compute_driver,