Skip to content

Commit 37ccd7e

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "[Docs] Fix minor typo"
2 parents 021c25a + 3b22983 commit 37ccd7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/user/support-matrix.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1599,7 +1599,7 @@ notes=The file backed memory feature in Openstack allows a Nova node to serve
15991599
guest memory from a file backing store. This mechanism uses the libvirt
16001600
file memory source, causing guest instance memory to be allocated as files
16011601
within the libvirt memory backing directory. This is only supported if
1602-
qemu>2.6 and libivrt>4.0.0
1602+
qemu>2.6 and libvirt>4.0.0
16031603
cli=
16041604
driver.xenserver=missing
16051605
driver.libvirt-kvm-x86=complete

nova/virt/libvirt/driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7612,7 +7612,7 @@ def live_migration(self, context, instance, dest,
76127612

76137613
# 'dest' will be substituted into 'migration_uri' so ensure
76147614
# it does't contain any characters that could be used to
7615-
# exploit the URI accepted by libivrt
7615+
# exploit the URI accepted by libvirt
76167616
if not libvirt_utils.is_valid_hostname(dest):
76177617
raise exception.InvalidHostname(hostname=dest)
76187618

0 commit comments

Comments
 (0)