From 24f0902e2d3b89b931400c615cffe8095c32f244 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 30 Jan 2019 17:50:34 -0500 Subject: [PATCH] Fix config docs for handle_virt_lifecycle_events * Fixes the "workarounds_group" typo. * Fixes the formatting on the referenced bug. Change-Id: I1439b76be3febbd89d933928d6419144eb8689ed --- nova/conf/compute.py | 2 +- nova/conf/workarounds.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/nova/conf/compute.py b/nova/conf/compute.py index f25718d4c76d..63442221b020 100644 --- a/nova/conf/compute.py +++ b/nova/conf/compute.py @@ -851,7 +851,7 @@ Possible values: Related options: -* If ``handle_virt_lifecycle_events`` in workarounds_group is +* If ``handle_virt_lifecycle_events`` in the ``workarounds`` group is false and this option is negative, then instances that get out of sync between the hypervisor and the Nova database will have to be synchronized manually. diff --git a/nova/conf/workarounds.py b/nova/conf/workarounds.py index 56823ccf9913..fe20532ec696 100644 --- a/nova/conf/workarounds.py +++ b/nova/conf/workarounds.py @@ -115,8 +115,7 @@ instances that get out of sync between the hypervisor and the Nova database will have to be synchronized manually. For more information, refer to the bug report: - - https://bugs.launchpad.net/bugs/1444630 +https://bugs.launchpad.net/bugs/1444630 Interdependencies to other options: