Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(320)

Unified Diff: boto/ec2/elb/__init__.py

Issue 8669001: Pull in upstream boto from github at bcb719937de9ac2851e632d62b777352029a6d55 (Closed) Base URL: svn://svn.chromium.org/boto
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « boto/ec2/connection.py ('k') | boto/ec2/elb/loadbalancer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: boto/ec2/elb/__init__.py
diff --git a/boto/ec2/elb/__init__.py b/boto/ec2/elb/__init__.py
index 7d8c51b0438b3ae3ff61aac0b17006d0f2460b90..def36315e164bf33799cfc9b6e334a26446aa087 100644
--- a/boto/ec2/elb/__init__.py
+++ b/boto/ec2/elb/__init__.py
@@ -34,6 +34,7 @@ import boto
RegionData = {
'us-east-1' : 'elasticloadbalancing.us-east-1.amazonaws.com',
'us-west-1' : 'elasticloadbalancing.us-west-1.amazonaws.com',
+ 'us-west-2' : 'elasticloadbalancing.us-west-2.amazonaws.com',
'eu-west-1' : 'elasticloadbalancing.eu-west-1.amazonaws.com',
'ap-northeast-1' : 'elasticloadbalancing.ap-northeast-1.amazonaws.com',
'ap-southeast-1' : 'elasticloadbalancing.ap-southeast-1.amazonaws.com'}
« no previous file with comments | « boto/ec2/connection.py ('k') | boto/ec2/elb/loadbalancer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698