Merge "[Docs] Fix minor typo"

This commit is contained in:
Zuul 2019-05-25 00:54:42 +00:00 committed by Gerrit Code Review
commit 37ccd7ec3a
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)