Typo in the name 'libvirt_snapshot_compression'
Typo was introduced in 1c5048b2d7
Change-Id: I79ded4a517072b551280fe487a672bd396c2e44d
This commit is contained in:
@@ -2932,7 +2932,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
|
||||
|
||||
|
||||
|
||||
@@ -39,7 +39,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