Merge "Typo in the name 'libvirt_snapshot_compression'"
This commit is contained in:
@@ -2945,7 +2945,7 @@
|
||||
|
||||
# Compress snapshot images when possible. This currently
|
||||
# applies exclusively to qcow2 images (boolean value)
|
||||
# Deprecated group/name - [DEFAULT]/libvirt_snashot_compression
|
||||
# Deprecated group/name - [DEFAULT]/libvirt_snapshot_compression
|
||||
#snapshot_compression=false
|
||||
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ libvirt_opts = [
|
||||
help='Compress snapshot images when possible. This '
|
||||
'currently applies exclusively to qcow2 images',
|
||||
deprecated_group='DEFAULT',
|
||||
deprecated_name='libvirt_snashot_compression'),
|
||||
deprecated_name='libvirt_snapshot_compression'),
|
||||
]
|
||||
|
||||
CONF = cfg.CONF
|
||||
|
||||
Reference in New Issue
Block a user