Skip to content

Commit

Permalink
Merge "Libvirt: correct libvirt reference url link when live-migratio…
Browse files Browse the repository at this point in the history
…n failed"
  • Loading branch information
Jenkins authored and openstack-gerrit committed Aug 11, 2015
2 parents 6ebd3ec + 3778ec4 commit a8e51e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nova/virt/libvirt/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -5319,7 +5319,8 @@ def _compare_cpu(self, guest_cpu, host_cpu_str):
else:
cpu = self._vcpu_model_to_cpu_config(guest_cpu)

u = "http://libvirt.org/html/libvirt-libvirt.html#virCPUCompareResult"
u = ("http://libvirt.org/html/libvirt-libvirt-host.html#"
"virCPUCompareResult")
m = _("CPU doesn't have compatibility.\n\n%(ret)s\n\nRefer to %(u)s")
# unknown character exists in xml, then libvirt complains
try:
Expand Down

0 comments on commit a8e51e0

Please sign in to comment.