You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by pq...@apache.org on 2010/01/22 22:33:10 UTC

svn commit: r902285 - /incubator/libcloud/trunk/example.py

Author: pquerna
Date: Fri Jan 22 21:33:10 2010
New Revision: 902285

URL: http://svn.apache.org/viewvc?rev=902285&view=rev
Log:
Update example for ec2's multi-locationness

Modified:
    incubator/libcloud/trunk/example.py

Modified: incubator/libcloud/trunk/example.py
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/example.py?rev=902285&r1=902284&r2=902285&view=diff
==============================================================================
--- incubator/libcloud/trunk/example.py (original)
+++ incubator/libcloud/trunk/example.py Fri Jan 22 21:33:10 2010
@@ -15,7 +15,7 @@
 from libcloud.types import Provider
 from libcloud.providers import get_driver
 
-EC2 = get_driver(Provider.EC2)
+EC2 = get_driver(Provider.EC2_US_EAST)
 Slicehost = get_driver(Provider.SLICEHOST)
 Rackspace = get_driver(Provider.RACKSPACE)