Skip to content

Commit

Permalink
Merge "config options: improve libvirt utils"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Dec 19, 2016
2 parents d0df433 + ada7155 commit b27d9a4
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions nova/conf/libvirt.py
Original file line number Diff line number Diff line change
Expand Up @@ -663,8 +663,17 @@
libvirt_utils_opts = [
cfg.BoolOpt('snapshot_compression',
default=False,
help='Compress snapshot images when possible. This '
'currently applies exclusively to qcow2 images'),
help="""
Enable snapshot compression for ``qcow2`` images.
Note: you can set ``snapshot_image_format`` to ``qcow2`` to force all
snapshots to be in ``qcow2`` format, independently from their original image
type.
Related options:
* snapshot_image_format
"""),
]

libvirt_vif_opts = [
Expand Down

0 comments on commit b27d9a4

Please sign in to comment.