From 0979bdc4bfd56e8ed437346988c7992217ff32bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Fri, 25 Jan 2019 09:51:18 +0100 Subject: [PATCH] see #31: re-introduce throttling with on-premise environments --- tests/inventory.j2 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/inventory.j2 b/tests/inventory.j2 index 04d4801..b0dee94 100644 --- a/tests/inventory.j2 +++ b/tests/inventory.j2 @@ -20,7 +20,3 @@ threescale_cicd_sso_issuer_endpoint=https://{{ test_environment.sso.client_id }} {% if 'wildcard_domain' in test_environment.threescale %} threescale_cicd_wildcard_domain={{ test_environment.threescale.wildcard_domain }} {% endif %} -{% if test_environment.threescale.admin_portal is not match(".*[.]3scale[.]net") %} -# Disable throttling when running on-premises -threescale_cicd_throttling=0 -{% endif %}