Merge "Config driver: use "True" instead of "always""

This commit is contained in:
Jenkins 2015-03-23 18:34:46 +00:00 committed by Gerrit Code Review
commit 952f9a9116

View File

@ -81,7 +81,7 @@ NOVA_ROOTWRAP=$(get_rootwrap_location nova)
# Option to enable/disable config drive
# NOTE: Set FORCE_CONFIG_DRIVE="False" to turn OFF config drive
FORCE_CONFIG_DRIVE=${FORCE_CONFIG_DRIVE:-"always"}
FORCE_CONFIG_DRIVE=${FORCE_CONFIG_DRIVE:-"True"}
# Nova supports pluggable schedulers. The default ``FilterScheduler``
# should work in most cases.