From 49f547bd2874af9b400ad3dae68c70579489fbe2 Mon Sep 17 00:00:00 2001 From: Alexis Lee Date: Mon, 4 Jul 2016 14:50:43 +0100 Subject: [PATCH] Update mutable-config reno with LM timeout params I should have included this with the original patch. Part of bp:mutable-config Change-Id: I847813ae16d5c501be0926e8a579efe7a8fc987b --- .../notes/mutable-config-e7e82b3d7c38f3a5.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/releasenotes/notes/mutable-config-e7e82b3d7c38f3a5.yaml b/releasenotes/notes/mutable-config-e7e82b3d7c38f3a5.yaml index 0f815c097d..bc96ccc05f 100644 --- a/releasenotes/notes/mutable-config-e7e82b3d7c38f3a5.yaml +++ b/releasenotes/notes/mutable-config-e7e82b3d7c38f3a5.yaml @@ -1,6 +1,11 @@ --- features: - - Nova has been enabled for mutable config. Certain options can be reloaded - by sending SIGHUP. Please refer to the configuration manual. Currently, - only DEFAULT/debug is supported, support for additional options must be - added individually. + - | + Nova has been enabled for mutable config. Certain options may be reloaded + by sending SIGHUP to the correct process. Live migration options will apply + to live migrations currently in progress. Please refer to the configuration + manual. + + * DEFAULT.debug + * libvirt.live_migration_completion_timeout + * libvirt.live_migration_progress_timeout