Skip to content

Commit

Permalink
Add eu-es to Power VS supported regions
Browse files Browse the repository at this point in the history
  • Loading branch information
mjturek authored and jlebon committed Nov 9, 2023
1 parent 5a1bd04 commit 0d4a485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cosalib/ibmcloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'"))

Expand Down

0 comments on commit 0d4a485

Please sign in to comment.