summaryrefslogtreecommitdiff
path: root/nova/conf
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-05-25 04:55:16 +0000
committerGerrit Code Review <review@openstack.org>2022-05-25 04:55:16 +0000
commite44b1a940fdc45cc9dbb08e193a8c25052cf64e7 (patch)
tree74a1910c5c9a3b249bd75e559a7e19a72fef5558 /nova/conf
parent61b161eeaaed9e228b735f7c6793e7fc5bf1a830 (diff)
parent267a40663cd8d0b94bbc5ebda4ece55a45753b64 (diff)
downloadnova-e44b1a940fdc45cc9dbb08e193a8c25052cf64e7.tar.gz
Merge "libvirt: Add a workaround to skip compareCPU() on destination"
Diffstat (limited to 'nova/conf')
-rw-r--r--nova/conf/workarounds.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/nova/conf/workarounds.py b/nova/conf/workarounds.py
index 7419f073b4..6c52eae8e5 100644
--- a/nova/conf/workarounds.py
+++ b/nova/conf/workarounds.py
@@ -402,6 +402,14 @@ Related options:
* :oslo.config:option:`quota.driver`
"""),
+ cfg.BoolOpt('skip_cpu_compare_on_dest',
+ default=False,
+ help="""
+With the libvirt driver, during live migration, skip comparing guest CPU
+with the destination host. When using QEMU >= 2.9 and libvirt >=
+4.4.0, libvirt will do the correct thing with respect to checking CPU
+compatibility on the destination host during live migration.
+"""),
]