[Docs] Fix minor typo
Libvirt not libivrt. I would feel better if that was fixed. Change-Id: Iab7b087f9c6a4a562e0dd8575fd4cdcf01a1fd0e
This commit is contained in:
parent
2e85453879
commit
3b229836e5
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user