Typo in the name 'libvirt_snapshot_compression'

Typo was introduced in 1c5048b2d7

Change-Id: I79ded4a517072b551280fe487a672bd396c2e44d
This commit is contained in:
JordanP
2014-02-19 15:41:00 +00:00
parent 9bfb055c7c
commit 8fc02a1628
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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