[Docs] Fix minor typo

Libvirt not libivrt. I would feel better if that was fixed.

Change-Id: Iab7b087f9c6a4a562e0dd8575fd4cdcf01a1fd0e
This commit is contained in:
Jean-Philippe Evrard 2019-05-22 14:10:31 +02:00
parent 2e85453879
commit 3b229836e5
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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)