Skip to content

Commit 0d4a485

Browse files
mjturekjlebon
authored andcommitted
Add eu-es to Power VS supported regions
1 parent 5a1bd04 commit 0d4a485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cosalib/ibmcloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def ibmcloud_run_ore_replicate(build, args):
169169
# PowerVS insatnces are supported in all the regions where cloud object storage can be created. This list is common for
170170
# both IBMCloud and PowerVS.
171171
if not args.region:
172-
args.region = ['au-syd', 'br-sao', 'ca-tor', 'eu-de', 'eu-gb', 'jp-osa', 'jp-tok', 'us-east', 'us-south']
172+
args.region = ['au-syd', 'br-sao', 'ca-tor', 'eu-de', 'eu-es', 'eu-gb', 'jp-osa', 'jp-tok', 'us-east', 'us-south']
173173
log.info(("default: replicating to all regions. If this is not "
174174
" desirable, use '--regions'"))
175175

0 commit comments

Comments
 (0)