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

Unified Diff: docs/source/autoscale_tut.rst

Issue 8386013: Merging in latest boto. (Closed) Base URL: svn://svn.chromium.org/boto
Patch Set: Redoing vendor drop by deleting and then merging. Created 9 years, 2 months 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/vpc/subnet.py ('k') | docs/source/elb_tut.rst » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/source/autoscale_tut.rst
diff --git a/docs/source/autoscale_tut.rst b/docs/source/autoscale_tut.rst
index 9f9d39940d20f25411b557d00684393f4a2bd7ca..a99bc3e003e879da63187f09e5f293216e34dfbe 100644
--- a/docs/source/autoscale_tut.rst
+++ b/docs/source/autoscale_tut.rst
@@ -42,12 +42,12 @@ Like EC2 the Autoscale service has a different endpoint for each region. By
default the US endpoint is used. To choose a specific region, instantiate the
AutoScaleConnection object with that region's endpoint.
->>> ec2 = boto.connect_autoscale(host='eu-west-1.autoscaling.amazonaws.com')
+>>> ec2 = boto.connect_autoscale(host='autoscaling.eu-west-1.amazonaws.com')
Alternatively, edit your boto.cfg with the default Autoscale endpoint to use::
[Boto]
- autoscale_endpoint = eu-west-1.autoscaling.amazonaws.com
+ autoscale_endpoint = autoscaling.eu-west-1.amazonaws.com
Getting Existing AutoScale Groups
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
« no previous file with comments | « boto/vpc/subnet.py ('k') | docs/source/elb_tut.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698