Skip to content

Commit

Permalink
Config driver: use "True" instead of "always"
Browse files Browse the repository at this point in the history
Commit c12a78b35dc910fa97df888960ef2b9a64557254 has set the
"always" flag to be deprecated in liberty. This moves to using
"True" instead.

Change-Id: Idecf7966968369d2f372abffcab85fbf9aa097c7
  • Loading branch information
gkotton committed Mar 23, 2015
1 parent 404d3af commit d2287cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nova
Expand Up @@ -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.
Expand Down

0 comments on commit d2287cf

Please sign in to comment.