Merge "force_config_drive always=>True"

This commit is contained in:
Jenkins
2015-03-23 06:39:26 +00:00
committed by Gerrit Code Review

View File

@@ -303,7 +303,7 @@ EOF
fi
if [[ "$DEVSTACK_GATE_CONFIGDRIVE" -eq "1" ]]; then
echo "FORCE_CONFIG_DRIVE=always" >>"$localrc_file"
echo "FORCE_CONFIG_DRIVE=True" >>"$localrc_file"
else
echo "FORCE_CONFIG_DRIVE=False" >>"$localrc_file"
fi