Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add eu-es to Power VS supported regions
Browse files Browse the repository at this point in the history
mjturek committed Nov 7, 2023
1 parent 5a1bd04 commit 8b4d4a4
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
@@ -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'"))

0 comments on commit 8b4d4a4

Please sign in to comment.