summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorNirmal Ranganathan <rnirmal@gmail.com>2012-06-17 11:01:14 -0500
committerNirmal Ranganathan <rnirmal@gmail.com>2012-06-18 15:10:01 -0500
commitc7d93e7ce74c20a9c59ee0d2d542ed5b54d9c39c (patch)
treeb79672431181915742dd15bba6dec1d9feddba8a /bin
parent3380bbb738333d9a7ef31a087ecc1d380021647a (diff)
downloadtrove-c7d93e7ce74c20a9c59ee0d2d542ed5b54d9c39c.tar.gz
Refactoring the instance load method Adding back the volume used parameter. Added timeouts for all guest sync calls. Refactored the instance models.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reddwarf-manage3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/reddwarf-manage b/bin/reddwarf-manage
index 4a53e5bb..0bc1cf7f 100755
--- a/bin/reddwarf-manage
+++ b/bin/reddwarf-manage
@@ -74,7 +74,8 @@ class Commands(object):
def image_update(self, service_name, image_id):
db_api.configure_db(self.conf)
- image = db_api.find_by(instance_models.ServiceImage, service_name=service_name)
+ image = db_api.find_by(instance_models.ServiceImage,
+ service_name=service_name)
if image is None:
# Create a new one
image = instance_models.ServiceImage()