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

Unified Diff: boto/ec2/instance.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/elb/loadbalancer.py ('k') | boto/gs/acl.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: boto/ec2/instance.py
diff --git a/boto/ec2/instance.py b/boto/ec2/instance.py
index afb593f235e50c9384ad9b6959877801355233eb..a397f9590193af277d4393f77d4a018977db6af9 100644
--- a/boto/ec2/instance.py
+++ b/boto/ec2/instance.py
@@ -256,7 +256,7 @@ class Instance(TaggedEC2Object):
:rtype: list
:return: A list of the instances stopped
"""
- rs = self.connection.stop_instances([self.id])
+ rs = self.connection.stop_instances([self.id], force)
if len(rs) > 0:
self._update(rs[0])
« no previous file with comments | « boto/ec2/elb/loadbalancer.py ('k') | boto/gs/acl.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698