File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959# Set the paths of certain binaries
6060NOVA_ROOTWRAP=$(get_rootwrap_location nova)
6161
62- # Allow rate limiting to be turned off for testing, like for Tempest
63- # NOTE: Set API_RATE_LIMIT="False" to turn OFF rate limiting
64- API_RATE_LIMIT=${API_RATE_LIMIT:-"True"}
65-
6662# Option to enable/disable config drive
6763# NOTE: Set FORCE_CONFIG_DRIVE="False" to turn OFF config drive
6864FORCE_CONFIG_DRIVE=${FORCE_CONFIG_DRIVE:-"always"}
@@ -461,9 +457,6 @@ function create_nova_conf {
461457 if [ "$SYSLOG" != "False" ]; then
462458 iniset $NOVA_CONF DEFAULT use_syslog "True"
463459 fi
464- if [ "$API_RATE_LIMIT" != "True" ]; then
465- iniset $NOVA_CONF DEFAULT api_rate_limit "False"
466- fi
467460 if [ "$FORCE_CONFIG_DRIVE" != "False" ]; then
468461 iniset $NOVA_CONF DEFAULT force_config_drive "$FORCE_CONFIG_DRIVE"
469462 fi
You can’t perform that action at this time.
0 commit comments