This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit a250cce9b07a6bbbcdeafafb9828ed73c7c3ab8d Author: Tomaz Muraus <[email protected]> AuthorDate: Wed Nov 13 23:53:00 2019 +0100 Add missing region to scrape prices script. --- contrib/scrape-ec2-prices.py | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/scrape-ec2-prices.py b/contrib/scrape-ec2-prices.py index 473b3a6..e3cd2ed 100755 --- a/contrib/scrape-ec2-prices.py +++ b/contrib/scrape-ec2-prices.py @@ -124,6 +124,7 @@ REGION_NAME_MAP = { 'us-west-2': 'ec2_us_west_oregon', 'eu-west-1': 'ec2_eu_west', 'eu-west-2': 'ec2_eu_west_london', + 'eu-west-3': 'ec2_eu_west_3', 'eu-ireland': 'ec2_eu_west', 'eu-central-1': 'ec2_eu_central', 'ca-central-1': 'ec2_ca_central_1',
