Merge "Enable nova Verbose logging"

This commit is contained in:
Jenkins 2013-01-19 21:47:32 +00:00 committed by Gerrit Code Review
commit f10696fffc
1 changed files with 1 additions and 0 deletions

View File

@ -355,6 +355,7 @@ function create_nova_conf() {
rm -f $NOVA_CONF
add_nova_opt "[DEFAULT]"
iniset $NOVA_CONF DEFAULT verbose "True"
iniset $NOVA_CONF DEFAULT debug "True"
iniset $NOVA_CONF DEFAULT auth_strategy "keystone"
iniset $NOVA_CONF DEFAULT allow_resize_to_same_host "True"
iniset $NOVA_CONF DEFAULT api_paste_config "$NOVA_API_PASTE_INI"