Browse code

Merge "nova: remove allow_migrate_to_same_host config usage"

Jenkins authored on 2015/05/12 00:43:23
Showing 1 changed files
... ...
@@ -460,7 +460,6 @@ function create_nova_conf {
460 460
     iniset $NOVA_CONF DEFAULT debug "$ENABLE_DEBUG_LOG_LEVEL"
461 461
     if [ "$NOVA_ALLOW_MOVE_TO_SAME_HOST" == "True" ]; then
462 462
         iniset $NOVA_CONF DEFAULT allow_resize_to_same_host "True"
463
-        iniset $NOVA_CONF DEFAULT allow_migrate_to_same_host "True"
464 463
     fi
465 464
     iniset $NOVA_CONF DEFAULT api_paste_config "$NOVA_API_PASTE_INI"
466 465
     iniset $NOVA_CONF DEFAULT rootwrap_config "$NOVA_CONF_DIR/rootwrap.conf"