From 3b229836e54cf2590d98acca7eef89df29091f89 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Wed, 22 May 2019 14:10:31 +0200 Subject: [PATCH] [Docs] Fix minor typo Libvirt not libivrt. I would feel better if that was fixed. Change-Id: Iab7b087f9c6a4a562e0dd8575fd4cdcf01a1fd0e --- doc/source/user/support-matrix.ini | 2 +- nova/virt/libvirt/driver.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/user/support-matrix.ini b/doc/source/user/support-matrix.ini index f5361732bd00..e70256302640 100644 --- a/doc/source/user/support-matrix.ini +++ b/doc/source/user/support-matrix.ini @@ -1599,7 +1599,7 @@ notes=The file backed memory feature in Openstack allows a Nova node to serve guest memory from a file backing store. This mechanism uses the libvirt file memory source, causing guest instance memory to be allocated as files within the libvirt memory backing directory. This is only supported if - qemu>2.6 and libivrt>4.0.0 + qemu>2.6 and libvirt>4.0.0 cli= driver.xenserver=missing driver.libvirt-kvm-x86=complete diff --git a/nova/virt/libvirt/driver.py b/nova/virt/libvirt/driver.py index d6fffcef55f1..de10b5f7dd38 100644 --- a/nova/virt/libvirt/driver.py +++ b/nova/virt/libvirt/driver.py @@ -7612,7 +7612,7 @@ class LibvirtDriver(driver.ComputeDriver): # 'dest' will be substituted into 'migration_uri' so ensure # it does't contain any characters that could be used to - # exploit the URI accepted by libivrt + # exploit the URI accepted by libvirt if not libvirt_utils.is_valid_hostname(dest): raise exception.InvalidHostname(hostname=dest)