From a8ec3232b5b82c8bb74482e04120a65790335eec Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Fri, 26 Aug 2022 03:48:24 +0200 Subject: [PATCH] copr: change limit value so it is clear that we are using higher than default --- roles/copr/backend/templates/resalloc/ibm-cloud-list-vms.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/backend/templates/resalloc/ibm-cloud-list-vms.j2 b/roles/copr/backend/templates/resalloc/ibm-cloud-list-vms.j2 index 07e5776ee9..631062f197 100755 --- a/roles/copr/backend/templates/resalloc/ibm-cloud-list-vms.j2 +++ b/roles/copr/backend/templates/resalloc/ibm-cloud-list-vms.j2 @@ -11,7 +11,7 @@ from ibm_cloud_sdk_core.authenticators import IAMAuthenticator DEFAULT_TOKEN_FILE = "{{ ibmcloud_token_file }}" SERVICE_URL = "https://jp-tok.iaas.cloud.ibm.com/v1" -LIMIT = 100 +LIMIT = 999 def _get_arg_parser():