summaryrefslogtreecommitdiff
path: root/nova/conf
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-01-31 23:07:43 +0000
committerGerrit Code Review <review@openstack.org>2023-01-31 23:07:43 +0000
commitc993d8d311474e8ba8a768e4db02e7898011cda8 (patch)
treebccc0fa029d63474f55ed593e32ecd0e7f189ca7 /nova/conf
parentf41ee33e0113a569f03941e95f8effc6a784b49a (diff)
parentfba851bf3a34562db9cdb783ae539556b8b7a329 (diff)
downloadnova-c993d8d311474e8ba8a768e4db02e7898011cda8.tar.gz
Merge "Add further workaround features for qemu_monitor_announce_self"
Diffstat (limited to 'nova/conf')
-rw-r--r--nova/conf/workarounds.py22
1 files changed, 22 insertions, 0 deletions
diff --git a/nova/conf/workarounds.py b/nova/conf/workarounds.py
index e485ae673a..943ec74885 100644
--- a/nova/conf/workarounds.py
+++ b/nova/conf/workarounds.py
@@ -374,6 +374,28 @@ Related options:
* :oslo.config:option:`DEFAULT.compute_driver` (libvirt)
"""),
+ cfg.IntOpt('qemu_monitor_announce_self_count',
+ default=3,
+ min=1,
+ help="""
+The total number of times to send the announce_self command to the QEMU
+monitor when enable_qemu_monitor_announce_self is enabled.
+
+Related options:
+
+* :oslo.config:option:`WORKAROUNDS.enable_qemu_monitor_announce_self` (libvirt)
+"""),
+ cfg.IntOpt('qemu_monitor_announce_self_interval',
+ default=1,
+ min=1,
+ help="""
+The number of seconds to wait before re-sending the announce_self
+command to the QEMU monitor.
+
+Related options:
+
+* :oslo.config:option:`WORKAROUNDS.enable_qemu_monitor_announce_self` (libvirt)
+"""),
cfg.BoolOpt('disable_compute_service_check_for_ffu',
default=False,
help="""