From 0d4a48566e1e80beb57e2435403d8228c3e43324 Mon Sep 17 00:00:00 2001 From: Michael Turek Date: Tue, 7 Nov 2023 14:28:08 -0500 Subject: [PATCH] Add eu-es to Power VS supported regions --- src/cosalib/ibmcloud.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cosalib/ibmcloud.py b/src/cosalib/ibmcloud.py index 1808418dd0..7a6e3c560f 100644 --- a/src/cosalib/ibmcloud.py +++ b/src/cosalib/ibmcloud.py @@ -169,7 +169,7 @@ def ibmcloud_run_ore_replicate(build, args): # PowerVS insatnces are supported in all the regions where cloud object storage can be created. This list is common for # both IBMCloud and PowerVS. if not args.region: - args.region = ['au-syd', 'br-sao', 'ca-tor', 'eu-de', 'eu-gb', 'jp-osa', 'jp-tok', 'us-east', 'us-south'] + args.region = ['au-syd', 'br-sao', 'ca-tor', 'eu-de', 'eu-es', 'eu-gb', 'jp-osa', 'jp-tok', 'us-east', 'us-south'] log.info(("default: replicating to all regions. If this is not " " desirable, use '--regions'"))