Browse code

don't set nova.conf auth_strategy

keystone is the default value, so no need to override it.

Change-Id: I8e00071612d79959531feffc7e7993fa8c536359

Joe Gordon authored on 2014/09/27 02:17:57
Showing 1 changed files
... ...
@@ -405,7 +405,6 @@ function create_nova_conf {
405 405
     rm -f $NOVA_CONF
406 406
     iniset $NOVA_CONF DEFAULT verbose "True"
407 407
     iniset $NOVA_CONF DEFAULT debug "$ENABLE_DEBUG_LOG_LEVEL"
408
-    iniset $NOVA_CONF DEFAULT auth_strategy "keystone"
409 408
     iniset $NOVA_CONF DEFAULT allow_resize_to_same_host "True"
410 409
     iniset $NOVA_CONF DEFAULT allow_migrate_to_same_host "True"
411 410
     iniset $NOVA_CONF DEFAULT api_paste_config "$NOVA_API_PASTE_INI"