From c160bd5c8254a0ee8c9f234f7e707443e06536c6 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 20 Aug 2014 18:41:39 -0700 Subject: [PATCH] Deprecate API_RATE_LIMIT setting for Tempest runs The default value for api_rate_limit in nova.conf has been False since Havana per commit cfdc59860ef1482e3b064f90f719ec9e484590ce. Devstack commit f617a2ddddf7d8f759ff3ca5d66a133b124eeb42 removes the API_RATE_LIMIT variable. Since we're not going to backport the devstack change to the stable branches, this patch adds a TODO in the script to remove the variable when stable/juno is our oldest supported branch. Change-Id: I21dbd72f9959a4e3d62c36831df03b351a51172e --- devstack-vm-gate.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devstack-vm-gate.sh b/devstack-vm-gate.sh index 3101d63a..b7dfe7dc 100755 --- a/devstack-vm-gate.sh +++ b/devstack-vm-gate.sh @@ -180,6 +180,8 @@ EOF if [[ "$DEVSTACK_GATE_TEMPEST" -eq "1" ]]; then # We need to disable ratelimiting when running # Tempest tests since so many requests are executed + # TODO(mriedem): Remove this when stable/juno is our oldest + # supported branch since devstack no longer uses it since Juno. echo "API_RATE_LIMIT=False" >> localrc # Volume tests in Tempest require a number of volumes # to be created, each of 1G size. Devstack's default