force_config_drive always=>True
As of Ib3de8402addb4657f4f6ede35792aab0b1498ff8 the choice 'always' was deprecated and is now spewing warnings every time an instance is booted. So move to using True. Change-Id: I500838b9e010b424fa012d96c676ca39b95472c0
This commit is contained in:
@@ -301,7 +301,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
|
||||
|
||||
Reference in New Issue
Block a user