From 8fc02a16288360ea811370eb5b25a0ce03fba761 Mon Sep 17 00:00:00 2001 From: JordanP Date: Wed, 19 Feb 2014 15:41:00 +0000 Subject: [PATCH] Typo in the name 'libvirt_snapshot_compression' Typo was introduced in 1c5048b2d73289283d062066d94cee30e19db717 Change-Id: I79ded4a517072b551280fe487a672bd396c2e44d --- etc/nova/nova.conf.sample | 2 +- nova/virt/libvirt/utils.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/nova/nova.conf.sample b/etc/nova/nova.conf.sample index 4341133ddd26..8fd30545958c 100644 --- a/etc/nova/nova.conf.sample +++ b/etc/nova/nova.conf.sample @@ -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 diff --git a/nova/virt/libvirt/utils.py b/nova/virt/libvirt/utils.py index ae831e0df34f..c9e3045a5b55 100644 --- a/nova/virt/libvirt/utils.py +++ b/nova/virt/libvirt/utils.py @@ -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