From 1b5a49829eebea87b2cd1fd057f808612f72e7cf Mon Sep 17 00:00:00 2001 From: Matthew Gilliard Date: Fri, 10 Apr 2015 08:42:22 +0100 Subject: [PATCH] Set live_migrate_paused_instances=True in tempest.conf Live migration of paused instances is a new Nova feature in Kilo, and will not be backported. The compute_feature_enabled.live_migrate_paused_instances flag defaults to False for this reason, but can be set to True here. The tempest config option and this change can both be removed at Juno-EOL. The related Tempest change: I5c6fd3de7ea45d1851bb40037c64ad7fb5e6dc48 Change-Id: I3a83e43d252b88c234438a224e2fbebc0a81eaff Related-Bug: #1305062 --- lib/tempest | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/tempest b/lib/tempest index cd8fbd725f..6ce245aef1 100644 --- a/lib/tempest +++ b/lib/tempest @@ -364,6 +364,8 @@ function configure_tempest { iniset $TEMPEST_CONFIG compute-feature-enabled api_extensions $compute_api_extensions # TODO(mriedem): Remove the preserve_ports flag when Juno is end of life. iniset $TEMPEST_CONFIG compute-feature-enabled preserve_ports True + # TODO(gilliard): Remove the live_migrate_paused_instances flag when Juno is end of life. + iniset $TEMPEST_CONFIG compute-feature-enabled live_migrate_paused_instances True # Network iniset $TEMPEST_CONFIG network api_version 2.0