Merge "Config driver: use "True" instead of "always""
This commit is contained in:
commit
952f9a9116
2
lib/nova
2
lib/nova
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user